#FAAEA1

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

Shades of Rose Bud #FAAEA1

Tints of Rose Bud #FAAEA1

Color information

#FAAEA1 (or 0xFAAEA1) is unknown color: approx Rose Bud. HEX triplet: FA, AE and A1. RGB value is (250,174,161). Sum of RGB (Red+Green+Blue) = 250+174+161=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEA1 is #05515E. Grayscale: #C3C3C3. Windows color (decimal): -348511 or 10596090. OLE color: 10596090.

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

Color convert

RGB250174161-
CMYK00.300.360.02
HSL8.76º89.9%80.59%-
HSV(B)8.76º35.6%98.04%-
XYZ60.9953.1740.77-
YUV195.24108.68167.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 161 (63.28% from 255) = 27.52%
R=42.74%
G=29.74%
B=27.52%

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
Decimal25017416100.300.360.028.7689.980.59
HexFAAEA101E24295a51
Octal37225624103644211132121
Binary11111010101011101010000101111010010010100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEA1; }

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

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

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

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

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

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

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

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