#FCA6A0

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

Shades of Rose Bud #FCA6A0

Tints of Rose Bud #FCA6A0

Color information

#FCA6A0 (or 0xFCA6A0) is unknown color: approx Rose Bud. HEX triplet: FC, A6 and A0. RGB value is (252,166,160). Sum of RGB (Red+Green+Blue) = 252+166+160=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA6A0 is #03595F. Grayscale: #BFBFBF. Windows color (decimal): -219488 or 10528508. OLE color: 10528508.

HSL color Cylindrical-coordinate representation of color #FCA6A0: hue angle of 3.91º 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 #FCA6A0 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB252166160-
CMYK00.340.370.01
HSL3.91º93.88%80.78%-
HSV(B)3.91º36.51%98.82%-
XYZ60.1350.5139.84-
YUV191.03110.49171.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 166 (65.23% from 255) = 28.72%
BLUE value IS 160 (62.89% from 255) = 27.68%
R=43.60%
G=28.72%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216616000.340.370.013.9193.8880.78
HexFCA6A002225145e51
Octal3742462400424514136121
Binary1111110010100110101000000100010100101110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA6A0; }

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

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

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

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

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

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

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

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