Html Css Color HEX #FAA1EE Lavender Rose

📋 copy color: '#FAA1EE'

red 250 ◦ green 161 ◦ blue 238

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

Shades of Lavender Rose #FAA1EE

Tints of Lavender Rose #FAA1EE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.81%

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

R = 38.52%
G = 24.81%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAA1EE (or 0xFAA1EE) is known color: Lavender Rose. HEX triplet: FA, A1 and EE. RGB value is (250,161,238). Sum of RGB (Red+Green+Blue) = 250+161+238=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 161 (63.28% from 255 or 24.81% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA1EE is #055E11. Grayscale: #C4C4C4. Windows color (decimal): -351762 or 15639034. OLE color: 15639034.

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

Color convert

RGB 250 161 238 -
CMYK 0 0.36 0.05 0.02
HSL 308.09º 0.9% 0.81% -
HSV(B) 308.09º 0.36% 0.98% -
XYZ 67.6 51.99 87.36 -
YUV 196.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 250 161 238 0 0.36 0.05 0.02 308.09 0.9 0.81
Hex FA A1 EE 0 24 5 2 134 5A 51
Octal 372 241 356 0 44 5 2 464 132 121
Binary 11111010 10100001 11101110 0 100100 101 10 100110100 1011010 1010001

Color Harmonies of #FAA1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1EE

Black with #FAA1EE

Text Example


Text Example

White with #FAA1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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