#FCAE9C

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

Shades of Rose Bud #FCAE9C

Tints of Rose Bud #FCAE9C

Color information

#FCAE9C (or 0xFCAE9C) is unknown color: approx Rose Bud. HEX triplet: FC, AE and 9C. RGB value is (252,174,156). Sum of RGB (Red+Green+Blue) = 252+174+156=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAE9C is #035163. Grayscale: #C3C3C3. Windows color (decimal): -217444 or 10268412. OLE color: 10268412.

HSL color Cylindrical-coordinate representation of color #FCAE9C: hue angle of 11.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCAE9C is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB252174156-
CMYK00.310.380.01
HSL11.25º94.12%80%-
HSV(B)11.25º38.1%98.82%-
XYZ61.2853.3738.52-
YUV195.27105.84168.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.30%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 156 (61.33% from 255) = 26.80%
R=43.30%
G=29.90%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217415600.310.380.0111.2594.1280
HexFCAE9C01F261b5e50
Octal37425623403746113136120
Binary1111110010101110100111000111111001101101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAE9C; }

 p { color: rgb(252,174,156); }

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

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

 a { background-color: rgb(252,174,156); }

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

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

 span { border-color: rgb(252,174,156); }

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