#FCA59A

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

Shades of Rose Bud #FCA59A

Tints of Rose Bud #FCA59A

Color information

#FCA59A (or 0xFCA59A) is unknown color: approx Rose Bud. HEX triplet: FC, A5 and 9A. RGB value is (252,165,154). Sum of RGB (Red+Green+Blue) = 252+165+154=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA59A is #035A65. Grayscale: #BDBDBD. Windows color (decimal): -219750 or 10135036. OLE color: 10135036.

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

Color convert

RGB252165154-
CMYK00.350.390.01
HSL6.73º94.23%79.61%-
HSV(B)6.73º38.89%98.82%-
XYZ59.4349.9437.08-
YUV189.76107.82172.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 165 (64.84% from 255) = 28.90%
BLUE value IS 154 (60.55% from 255) = 26.97%
R=44.13%
G=28.90%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216515400.350.390.016.7394.2379.61
HexFCA59A02327175e50
Octal3742452320434717136120
Binary1111110010100101100110100100011100111111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA59A; }

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

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

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

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

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

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

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

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