Html Css Color HEX #FAA1E6 Lavender Rose

📋 copy color: '#FAA1E6'

red 250 ◦ green 161 ◦ blue 230

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

Shades of Lavender Rose #FAA1E6

Tints of Lavender Rose #FAA1E6

RGB

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

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

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

R = 39%
G = 25.12%
B = 35.88%

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

#FAA1E6 (or 0xFAA1E6) is known color: Lavender Rose. HEX triplet: FA, A1 and E6. RGB value is (250,161,230). Sum of RGB (Red+Green+Blue) = 250+161+230=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 161 (63.28% from 255 or 25.12% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA1E6 is #055E19. Grayscale: #C3C3C3. Windows color (decimal): -351770 or 15114746. OLE color: 15114746.

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

Color convert

RGB 250 161 230 -
CMYK 0 0.36 0.08 0.02
HSL 313.48º 0.9% 0.81% -
HSV(B) 313.48º 0.36% 0.98% -
XYZ 66.45 51.53 81.31 -
YUV 195.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 250 161 230 0 0.36 0.08 0.02 313.48 0.9 0.81
Hex FA A1 E6 0 24 8 2 139 5A 51
Octal 372 241 346 0 44 10 2 471 132 121
Binary 11111010 10100001 11100110 0 100100 1000 10 100111001 1011010 1010001

Color Harmonies of #FAA1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1E6

Black with #FAA1E6

Text Example


Text Example

White with #FAA1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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