Html Css Color HEX #FAAEE2 Lavender Rose

📋 copy color: '#FAAEE2'

red 250 ◦ green 174 ◦ blue 226

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

Shades of Lavender Rose #FAAEE2

Tints of Lavender Rose #FAAEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.77%

R = 38.46%
G = 26.77%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAAEE2 (or 0xFAAEE2) is known color: Lavender Rose. HEX triplet: FA, AE and E2. RGB value is (250,174,226). Sum of RGB (Red+Green+Blue) = 250+174+226=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEE2 is #05511D. Grayscale: #CACACA. Windows color (decimal): -348446 or 14855930. OLE color: 14855930.

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

Color convert

RGB 250 174 226 -
CMYK 0 0.30 0.10 0.02
HSL 318.95º 0.88% 0.83% -
HSV(B) 318.95º 0.3% 0.98% -
XYZ 68.29 56.09 79.18 -
YUV 202.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 250 174 226 0 0.30 0.10 0.02 318.95 0.88 0.83
Hex FA AE E2 0 1E A 2 13F 58 53
Octal 372 256 342 0 36 12 2 477 130 123
Binary 11111010 10101110 11100010 0 11110 1010 10 100111111 1011000 1010011

Color Harmonies of #FAAEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEE2

Black with #FAAEE2

Text Example


Text Example

White with #FAAEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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