#FCAC91

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

Shades of Rose Bud #FCAC91

Tints of Rose Bud #FCAC91

Color information

#FCAC91 (or 0xFCAC91) is unknown color: approx Rose Bud. HEX triplet: FC, AC and 91. RGB value is (252,172,145). Sum of RGB (Red+Green+Blue) = 252+172+145=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 145 (57.03% from 255 or 25.48% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC91 is #03536E. Grayscale: #C1C1C1. Windows color (decimal): -217967 or 9547004. OLE color: 9547004.

HSL color Cylindrical-coordinate representation of color #FCAC91: hue angle of 15.14º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCAC91 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB252172145-
CMYK00.320.420.01
HSL15.14º94.69%77.84%-
HSV(B)15.14º42.46%98.82%-
XYZ60.0152.2433.71-
YUV192.84101170.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 145 (57.03% from 255) = 25.48%
R=44.29%
G=30.23%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217214500.320.420.0115.1494.6977.84
HexFCAC910202A1f5f4e
Octal37425422104052117137116
Binary11111100101011001001000101000001010101111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAC91; }

 p { color: rgb(252,172,145); }

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

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

 a { background-color: rgb(252,172,145); }

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

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

 span { border-color: rgb(252,172,145); }

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