#FCAA8C

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

Shades of Rose Bud #FCAA8C

Tints of Rose Bud #FCAA8C

Color information

#FCAA8C (or 0xFCAA8C) is unknown color: approx Rose Bud. HEX triplet: FC, AA and 8C. RGB value is (252,170,140). Sum of RGB (Red+Green+Blue) = 252+170+140=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA8C is #035573. Grayscale: #BFBFBF. Windows color (decimal): -218484 or 9218812. OLE color: 9218812.

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

Color convert

RGB252170140-
CMYK00.330.440.01
HSL16.07º94.92%76.86%-
HSV(B)16.07º44.44%98.82%-
XYZ59.2551.3431.6-
YUV191.199.17171.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 140 (55.08% from 255) = 24.91%
R=44.84%
G=30.25%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217014000.330.440.0116.0794.9276.86
HexFCAA8C0212C1105f4d
Octal37425221404154120137115
Binary111111001010101010001100010000110110011000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAA8C; }

 p { color: rgb(252,170,140); }

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

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

 a { background-color: rgb(252,170,140); }

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

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

 span { border-color: rgb(252,170,140); }

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