#FAAEA0

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

Shades of Rose Bud #FAAEA0

Tints of Rose Bud #FAAEA0

Color information

#FAAEA0 (or 0xFAAEA0) is unknown color: approx Rose Bud. HEX triplet: FA, AE and A0. RGB value is (250,174,160). Sum of RGB (Red+Green+Blue) = 250+174+160=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEA0 is #05515F. Grayscale: #C3C3C3. Windows color (decimal): -348512 or 10530554. OLE color: 10530554.

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

Color convert

RGB250174160-
CMYK00.300.360.02
HSL9.33º90%80.39%-
HSV(B)9.33º36%98.04%-
XYZ60.9153.1340.3-
YUV195.13108.18167.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 160 (62.89% from 255) = 27.40%
R=42.81%
G=29.79%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017416000.300.360.029.339080.39
HexFAAEA001E24295a50
Octal37225624003644211132120
Binary11111010101011101010000001111010010010100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEA0; }

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

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

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

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

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

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

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

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