#FCAA98

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

Shades of Rose Bud #FCAA98

Tints of Rose Bud #FCAA98

Color information

#FCAA98 (or 0xFCAA98) is unknown color: approx Rose Bud. HEX triplet: FC, AA and 98. RGB value is (252,170,152). Sum of RGB (Red+Green+Blue) = 252+170+152=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA98 is #035567. Grayscale: #C0C0C0. Windows color (decimal): -218472 or 10005244. OLE color: 10005244.

HSL color Cylindrical-coordinate representation of color #FCAA98: hue angle of 10.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCAA98 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252170152-
CMYK00.330.400.01
HSL10.8º94.34%79.22%-
HSV(B)10.8º39.68%98.82%-
XYZ60.1951.7136.51-
YUV192.47105.17170.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 152 (59.77% from 255) = 26.48%
R=43.90%
G=29.62%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217015200.330.400.0110.894.3479.22
HexFCAA98021281b5e4f
Octal37425223004150113136117
Binary11111100101010101001100001000011010001101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAA98; }

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

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

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

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

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

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

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

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