#FCA19A

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

Shades of Rose Bud #FCA19A

Tints of Rose Bud #FCA19A

Color information

#FCA19A (or 0xFCA19A) is unknown color: approx Rose Bud. HEX triplet: FC, A1 and 9A. RGB value is (252,161,154). Sum of RGB (Red+Green+Blue) = 252+161+154=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA19A is #035E65. Grayscale: #BBBBBB. Windows color (decimal): -220774 or 10134012. OLE color: 10134012.

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

Color convert

RGB252161154-
CMYK00.360.390.01
HSL4.29º94.23%79.61%-
HSV(B)4.29º38.89%98.82%-
XYZ58.7248.5236.84-
YUV187.41109.15174.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 161 (63.28% from 255) = 28.40%
BLUE value IS 154 (60.55% from 255) = 27.16%
R=44.44%
G=28.40%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216115400.360.390.014.2994.2379.61
HexFCA19A02427145e50
Octal3742412320444714136120
Binary1111110010100001100110100100100100111110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA19A; }

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

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

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

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

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

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

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

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