#FCA59F

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

Shades of Rose Bud #FCA59F

Tints of Rose Bud #FCA59F

Color information

#FCA59F (or 0xFCA59F) is unknown color: approx Rose Bud. HEX triplet: FC, A5 and 9F. RGB value is (252,165,159). Sum of RGB (Red+Green+Blue) = 252+165+159=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA59F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA59F is #035A60. Grayscale: #BEBEBE. Windows color (decimal): -219745 or 10462716. OLE color: 10462716.

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

Color convert

RGB252165159-
CMYK00.350.370.01
HSL3.87º93.94%80.59%-
HSV(B)3.87º36.9%98.82%-
XYZ59.8650.1139.32-
YUV190.33110.32171.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.75%
GREEN value IS 165 (64.84% from 255) = 28.65%
BLUE value IS 159 (62.5% from 255) = 27.60%
R=43.75%
G=28.65%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216515900.350.370.013.8793.9480.59
HexFCA59F02325145e51
Octal3742452370434514136121
Binary1111110010100101100111110100011100101110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA59F; }

 p { color: rgb(252,165,159); }

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

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

 a { background-color: rgb(252,165,159); }

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

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

 span { border-color: rgb(252,165,159); }

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