#FCAC9F

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

Shades of Rose Bud #FCAC9F

Tints of Rose Bud #FCAC9F

Color information

#FCAC9F (or 0xFCAC9F) is unknown color: approx Rose Bud. HEX triplet: FC, AC and 9F. RGB value is (252,172,159). Sum of RGB (Red+Green+Blue) = 252+172+159=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC9F is #035360. Grayscale: #C2C2C2. Windows color (decimal): -217953 or 10464508. OLE color: 10464508.

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

Color convert

RGB252172159-
CMYK00.320.370.01
HSL8.39º93.94%80.59%-
HSV(B)8.39º36.9%98.82%-
XYZ61.1652.739.75-
YUV194.44108169.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 159 (62.5% from 255) = 27.27%
R=43.22%
G=29.50%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217215900.320.370.018.3993.9480.59
HexFCAC9F02025185e51
Octal37425423704045110136121
Binary11111100101011001001111101000001001011100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAC9F; }

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

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

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

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

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

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

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

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