#FCA9A0

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

Shades of Rose Bud #FCA9A0

Tints of Rose Bud #FCA9A0

Color information

#FCA9A0 (or 0xFCA9A0) is unknown color: approx Rose Bud. HEX triplet: FC, A9 and A0. RGB value is (252,169,160). Sum of RGB (Red+Green+Blue) = 252+169+160=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA9A0 is #03565F. Grayscale: #C0C0C0. Windows color (decimal): -218720 or 10529276. OLE color: 10529276.

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

Color convert

RGB252169160-
CMYK00.330.370.01
HSL5.87º93.88%80.78%-
HSV(B)5.87º36.51%98.82%-
XYZ60.6851.6140.02-
YUV192.79109.5170.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 169 (66.41% from 255) = 29.09%
BLUE value IS 160 (62.89% from 255) = 27.54%
R=43.37%
G=29.09%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216916000.330.370.015.8793.8880.78
HexFCA9A002125165e51
Octal3742512400414516136121
Binary1111110010101001101000000100001100101111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9A0; }

 p { color: rgb(252,169,160); }

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

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

 a { background-color: rgb(252,169,160); }

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

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

 span { border-color: rgb(252,169,160); }

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