Html Css Color HEX #FAAEE4 Lavender Rose

📋 copy color: '#FAAEE4'

red 250 ◦ green 174 ◦ blue 228

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

Shades of Lavender Rose #FAAEE4

Tints of Lavender Rose #FAAEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.97%

R = 38.34%
G = 26.69%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAAEE4 (or 0xFAAEE4) is known color: Lavender Rose. HEX triplet: FA, AE and E4. RGB value is (250,174,228). Sum of RGB (Red+Green+Blue) = 250+174+228=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEE4 is #05511B. Grayscale: #CACACA. Windows color (decimal): -348444 or 14987002. OLE color: 14987002.

HSL color Cylindrical-coordinate representation of color #FAAEE4: hue angle of 317.37º 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 #FAAEE4 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 174 228 -
CMYK 0 0.30 0.09 0.02
HSL 317.37º 0.88% 0.83% -
HSV(B) 317.37º 0.3% 0.98% -
XYZ 68.56 56.2 80.63 -
YUV 202.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 250 174 228 0 0.30 0.09 0.02 317.37 0.88 0.83
Hex FA AE E4 0 1E 9 2 13D 58 53
Octal 372 256 344 0 36 11 2 475 130 123
Binary 11111010 10101110 11100100 0 11110 1001 10 100111101 1011000 1010011

Color Harmonies of #FAAEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEE4

Black with #FAAEE4

Text Example


Text Example

White with #FAAEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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