Html Css Color HEX #FAA1E5 Lavender Rose

📋 copy color: '#FAA1E5'

red 250 ◦ green 161 ◦ blue 229

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

Shades of Lavender Rose #FAA1E5

Tints of Lavender Rose #FAA1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.78%

R = 39.06%
G = 25.16%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAA1E5 (or 0xFAA1E5) is known color: Lavender Rose. HEX triplet: FA, A1 and E5. RGB value is (250,161,229). Sum of RGB (Red+Green+Blue) = 250+161+229=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 161 (63.28% from 255 or 25.16% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1E5 is #055E1A. Grayscale: #C3C3C3. Windows color (decimal): -351771 or 15049210. OLE color: 15049210.

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

Color convert

RGB 250 161 229 -
CMYK 0 0.36 0.08 0.02
HSL 314.16º 0.9% 0.81% -
HSV(B) 314.16º 0.36% 0.98% -
XYZ 66.31 51.47 80.57 -
YUV 195.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 250 161 229 0 0.36 0.08 0.02 314.16 0.9 0.81
Hex FA A1 E5 0 24 8 2 13A 5A 51
Octal 372 241 345 0 44 10 2 472 132 121
Binary 11111010 10100001 11100101 0 100100 1000 10 100111010 1011010 1010001

Color Harmonies of #FAA1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1E5

Black with #FAA1E5

Text Example


Text Example

White with #FAA1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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