#FCA19B

Color #FCA19B Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FCA19B

Tints of Rose Bud #FCA19B

Color information

#FCA19B (or 0xFCA19B) is unknown color: approx Rose Bud. HEX triplet: FC, A1 and 9B. RGB value is (252,161,155). Sum of RGB (Red+Green+Blue) = 252+161+155=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA19B is #035E64. Grayscale: #BBBBBB. Windows color (decimal): -220773 or 10199548. OLE color: 10199548.

HSL color Cylindrical-coordinate representation of color #FCA19B: hue angle of 3.71º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCA19B is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB252161155-
CMYK00.360.380.01
HSL3.71º94.17%79.8%-
HSV(B)3.71º38.49%98.82%-
XYZ58.8148.5537.28-
YUV187.52109.65173.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 44.37%
GREEN value IS 161 (63.28% from 255) = 28.35%
BLUE value IS 155 (60.94% from 255) = 27.29%
R=44.37%
G=28.35%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216115500.360.380.013.7194.1779.8
HexFCA19B02426145e50
Octal3742412330444614136120
Binary1111110010100001100110110100100100110110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA19B; }

 p { color: rgb(252,161,155); }

 H1.HeaderClassName
 {
   color: #FCA19B;
 }
 .AnyTagClassName
 {
   color: #FCA19B;
 }
</style>
background-color css

<style>
 a { background-color: #FCA19B; }

 a { background-color: rgb(252,161,155); }

 div.DivClassName
 {
   background-color: #FCA19B;
 }
 .BgClassName
 {
   background-color: #FCA19B;
 }
</style>
border-color css

<style>
 span { border-color: #FCA19B; }

 span { border-color: rgb(252,161,155); }

 td.TdClassName
 {
   border-color: #FCA19B;
 }
 .TagClassName
 {
   border-color: #FCA19B;
 }
</style>