Html Css Color HEX #FAAEE9 Lavender Rose

📋 copy color: '#FAAEE9'

red 250 ◦ green 174 ◦ blue 233

#FAAEE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FAAEE9

Tints of Lavender Rose #FAAEE9

RGB

 RED value IS 250 (98.05% from 255) = 38.05%

 GREEN value IS 174 (68.36% from 255) = 26.48%

 BLUE value IS 233 (91.41% from 255) = 35.46%

R = 38.05%
G = 26.48%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAAEE9 (or 0xFAAEE9) is known color: Lavender Rose. HEX triplet: FA, AE and E9. RGB value is (250,174,233). Sum of RGB (Red+Green+Blue) = 250+174+233=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEE9 is #055116. Grayscale: #CBCBCB. Windows color (decimal): -348439 or 15314682. OLE color: 15314682.

HSL color Cylindrical-coordinate representation of color #FAAEE9: hue angle of 313.42º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAEE9 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 174 233 -
CMYK 0 0.30 0.07 0.02
HSL 313.42º 0.88% 0.83% -
HSV(B) 313.42º 0.3% 0.98% -
XYZ 69.27 56.48 84.34 -
YUV 203.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 250 174 233 0 0.30 0.07 0.02 313.42 0.88 0.83
Hex FA AE E9 0 1E 7 2 139 58 53
Octal 372 256 351 0 36 7 2 471 130 123
Binary 11111010 10101110 11101001 0 11110 111 10 100111001 1011000 1010011

Color Harmonies of #FAAEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEE9

Black with #FAAEE9

Text Example


Text Example

White with #FAAEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEE9; }

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

 H1.HeaderClassName
 {
   color: #FAAEE9;
 }
 .AnyTagClassName
 {
   color: #FAAEE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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