Html Css Color HEX #FAAEDE Lavender Rose

📋 copy color: '#FAAEDE'

red 250 ◦ green 174 ◦ blue 222

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

Shades of Lavender Rose #FAAEDE

Tints of Lavender Rose #FAAEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.37%

R = 38.7%
G = 26.93%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAAEDE (or 0xFAAEDE) is known color: Lavender Rose. HEX triplet: FA, AE and DE. RGB value is (250,174,222). Sum of RGB (Red+Green+Blue) = 250+174+222=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEDE is #055121. Grayscale: #CACACA. Windows color (decimal): -348450 or 14593786. OLE color: 14593786.

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

Color convert

RGB 250 174 222 -
CMYK 0 0.30 0.11 0.02
HSL 322.11º 0.88% 0.83% -
HSV(B) 322.11º 0.3% 0.98% -
XYZ 67.75 55.87 76.32 -
YUV 202.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 250 174 222 0 0.30 0.11 0.02 322.11 0.88 0.83
Hex FA AE DE 0 1E B 2 142 58 53
Octal 372 256 336 0 36 13 2 502 130 123
Binary 11111010 10101110 11011110 0 11110 1011 10 101000010 1011000 1010011

Color Harmonies of #FAAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEDE

Black with #FAAEDE

Text Example


Text Example

White with #FAAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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