#FCAA9E

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

Shades of Rose Bud #FCAA9E

Tints of Rose Bud #FCAA9E

Color information

#FCAA9E (or 0xFCAA9E) is unknown color: approx Rose Bud. HEX triplet: FC, AA and 9E. RGB value is (252,170,158). Sum of RGB (Red+Green+Blue) = 252+170+158=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA9E is #035561. Grayscale: #C1C1C1. Windows color (decimal): -218466 or 10398460. OLE color: 10398460.

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

Color convert

RGB252170158-
CMYK00.330.370.01
HSL7.66º94%80.39%-
HSV(B)7.66º37.3%98.82%-
XYZ60.6951.9139.17-
YUV193.15108.17169.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.45%
GREEN value IS 170 (66.80% from 255) = 29.31%
BLUE value IS 158 (62.11% from 255) = 27.24%
R=43.45%
G=29.31%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217015800.330.370.017.669480.39
HexFCAA9E02125185e50
Octal37425223604145110136120
Binary11111100101010101001111001000011001011100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAA9E; }

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

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

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

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

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

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

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

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