#FCAA93

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

Shades of Rose Bud #FCAA93

Tints of Rose Bud #FCAA93

Color information

#FCAA93 (or 0xFCAA93) is unknown color: approx Rose Bud. HEX triplet: FC, AA and 93. RGB value is (252,170,147). Sum of RGB (Red+Green+Blue) = 252+170+147=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA93 is #03556C. Grayscale: #C0C0C0. Windows color (decimal): -218477 or 9677564. OLE color: 9677564.

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

Color convert

RGB252170147-
CMYK00.330.420.01
HSL13.14º94.59%78.24%-
HSV(B)13.14º41.67%98.82%-
XYZ59.7951.5534.4-
YUV191.9102.67170.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 147 (57.81% from 255) = 25.83%
R=44.29%
G=29.88%
B=25.83%

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
Decimal25217014700.330.420.0113.1494.5978.24
HexFCAA930212A1d5f4e
Octal37425222304152115137116
Binary11111100101010101001001101000011010101110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAA93; }

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

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

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

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

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

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

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

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