Html Css Color HEX #FAA6EE Lavender Rose

📋 copy color: '#FAA6EE'

red 250 ◦ green 166 ◦ blue 238

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

Shades of Lavender Rose #FAA6EE

Tints of Lavender Rose #FAA6EE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.38%

 BLUE value IS 238 (93.36% from 255) = 36.39%

R = 38.23%
G = 25.38%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAA6EE (or 0xFAA6EE) is known color: Lavender Rose. HEX triplet: FA, A6 and EE. RGB value is (250,166,238). Sum of RGB (Red+Green+Blue) = 250+166+238=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 166 (65.23% from 255 or 25.38% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA6EE is #055911. Grayscale: #C7C7C7. Windows color (decimal): -350482 or 15640314. OLE color: 15640314.

HSL color Cylindrical-coordinate representation of color #FAA6EE: hue angle of 308.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6EE is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 238 -
CMYK 0 0.34 0.05 0.02
HSL 308.57º 0.89% 0.82% -
HSV(B) 308.57º 0.34% 0.98% -
XYZ 68.49 53.77 87.66 -
YUV 199.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 250 166 238 0 0.34 0.05 0.02 308.57 0.89 0.82
Hex FA A6 EE 0 22 5 2 135 59 52
Octal 372 246 356 0 42 5 2 465 131 122
Binary 11111010 10100110 11101110 0 100010 101 10 100110101 1011001 1010010

Color Harmonies of #FAA6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6EE

Black with #FAA6EE

Text Example


Text Example

White with #FAA6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6EE; }

 p { color: rgb(250,166,238); }

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

background-color css

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

 a { background-color: rgb(250,166,238); }

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

border-color css

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

 span { border-color: rgb(250,166,238); }

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