#FCAA91

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

Shades of Rose Bud #FCAA91

Tints of Rose Bud #FCAA91

Color information

#FCAA91 (or 0xFCAA91) is unknown color: approx Rose Bud. HEX triplet: FC, AA and 91. RGB value is (252,170,145). Sum of RGB (Red+Green+Blue) = 252+170+145=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA91 is #03556E. Grayscale: #BFBFBF. Windows color (decimal): -218479 or 9546492. OLE color: 9546492.

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

Color convert

RGB252170145-
CMYK00.330.420.01
HSL14.02º94.69%77.84%-
HSV(B)14.02º42.46%98.82%-
XYZ59.6351.4933.58-
YUV191.67101.67171.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 145 (57.03% from 255) = 25.57%
R=44.44%
G=29.98%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217014500.330.420.0114.0294.6977.84
HexFCAA910212A1e5f4e
Octal37425222104152116137116
Binary11111100101010101001000101000011010101111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAA91; }

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

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

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

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

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

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

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

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