Html Css Color HEX #FAA1E9 Lavender Rose

📋 copy color: '#FAA1E9'

red 250 ◦ green 161 ◦ blue 233

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

Shades of Lavender Rose #FAA1E9

Tints of Lavender Rose #FAA1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.18%

R = 38.82%
G = 25%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAA1E9 (or 0xFAA1E9) is known color: Lavender Rose. HEX triplet: FA, A1 and E9. RGB value is (250,161,233). Sum of RGB (Red+Green+Blue) = 250+161+233=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 161 (63.28% from 255 or 25% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA1E9 is #055E16. Grayscale: #C3C3C3. Windows color (decimal): -351767 or 15311354. OLE color: 15311354.

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

Color convert

RGB 250 161 233 -
CMYK 0 0.36 0.07 0.02
HSL 311.46º 0.9% 0.81% -
HSV(B) 311.46º 0.36% 0.98% -
XYZ 66.88 51.7 83.54 -
YUV 195.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 250 161 233 0 0.36 0.07 0.02 311.46 0.9 0.81
Hex FA A1 E9 0 24 7 2 137 5A 51
Octal 372 241 351 0 44 7 2 467 132 121
Binary 11111010 10100001 11101001 0 100100 111 10 100110111 1011010 1010001

Color Harmonies of #FAA1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1E9

Black with #FAA1E9

Text Example


Text Example

White with #FAA1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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