#FAAE91

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

Shades of Rose Bud #FAAE91

Tints of Rose Bud #FAAE91

Color information

#FAAE91 (or 0xFAAE91) is unknown color: approx Rose Bud. HEX triplet: FA, AE and 91. RGB value is (250,174,145). Sum of RGB (Red+Green+Blue) = 250+174+145=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 145 (57.03% from 255 or 25.48% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAE91 is #05516E. Grayscale: #C1C1C1. Windows color (decimal): -348527 or 9547514. OLE color: 9547514.

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

Color convert

RGB250174145-
CMYK00.300.420.02
HSL16.57º91.3%77.45%-
HSV(B)16.57º42%98.04%-
XYZ59.6752.6433.8-
YUV193.42100.68168.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 145 (57.03% from 255) = 25.48%
R=43.94%
G=30.58%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017414500.300.420.0216.5791.377.45
HexFAAE9101E2A2115b4d
Octal37225622103652221133115
Binary111110101010111010010001011110101010101000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAE91; }

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

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

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

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

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

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

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

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