#FAAE95

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

Shades of Rose Bud #FAAE95

Tints of Rose Bud #FAAE95

Color information

#FAAE95 (or 0xFAAE95) is unknown color: approx Rose Bud. HEX triplet: FA, AE and 95. RGB value is (250,174,149). Sum of RGB (Red+Green+Blue) = 250+174+149=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAE95 is #05516A. Grayscale: #C2C2C2. Windows color (decimal): -348523 or 9809658. OLE color: 9809658.

HSL color Cylindrical-coordinate representation of color #FAAE95: hue angle of 14.85º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAAE95 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250174149-
CMYK00.300.400.02
HSL14.85º90.99%78.24%-
HSV(B)14.85º40.4%98.04%-
XYZ59.9952.7735.46-
YUV193.87102.68168.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=43.63%
G=30.37%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017414900.300.400.0214.8590.9978.24
HexFAAE9501E282f5b4e
Octal37225622503650217133116
Binary11111010101011101001010101111010100010111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAE95; }

 p { color: rgb(250,174,149); }

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

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

 a { background-color: rgb(250,174,149); }

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

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

 span { border-color: rgb(250,174,149); }

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