Html Css Color HEX #FAAEE6 Lavender Rose

📋 copy color: '#FAAEE6'

red 250 ◦ green 174 ◦ blue 230

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

Shades of Lavender Rose #FAAEE6

Tints of Lavender Rose #FAAEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.17%

R = 38.23%
G = 26.61%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAAEE6 (or 0xFAAEE6) is known color: Lavender Rose. HEX triplet: FA, AE and E6. RGB value is (250,174,230). Sum of RGB (Red+Green+Blue) = 250+174+230=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEE6 is #055119. Grayscale: #CACACA. Windows color (decimal): -348442 or 15118074. OLE color: 15118074.

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

Color convert

RGB 250 174 230 -
CMYK 0 0.30 0.08 0.02
HSL 315.79º 0.88% 0.83% -
HSV(B) 315.79º 0.3% 0.98% -
XYZ 68.84 56.31 82.1 -
YUV 203.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 250 174 230 0 0.30 0.08 0.02 315.79 0.88 0.83
Hex FA AE E6 0 1E 8 2 13C 58 53
Octal 372 256 346 0 36 10 2 474 130 123
Binary 11111010 10101110 11100110 0 11110 1000 10 100111100 1011000 1010011

Color Harmonies of #FAAEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEE6

Black with #FAAEE6

Text Example


Text Example

White with #FAAEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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