Html Css Color HEX #FAA6E6 Lavender Rose

📋 copy color: '#FAA6E6'

red 250 ◦ green 166 ◦ blue 230

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

Shades of Lavender Rose #FAA6E6

Tints of Lavender Rose #FAA6E6

RGB

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

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

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

R = 38.7%
G = 25.7%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAA6E6 (or 0xFAA6E6) is known color: Lavender Rose. HEX triplet: FA, A6 and E6. RGB value is (250,166,230). Sum of RGB (Red+Green+Blue) = 250+166+230=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 166 (65.23% from 255 or 25.70% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA6E6 is #055919. Grayscale: #C6C6C6. Windows color (decimal): -350490 or 15116026. OLE color: 15116026.

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

Color convert

RGB 250 166 230 -
CMYK 0 0.34 0.08 0.02
HSL 314.29º 0.89% 0.82% -
HSV(B) 314.29º 0.34% 0.98% -
XYZ 67.34 53.31 81.6 -
YUV 198.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 250 166 230 0 0.34 0.08 0.02 314.29 0.89 0.82
Hex FA A6 E6 0 22 8 2 13A 59 52
Octal 372 246 346 0 42 10 2 472 131 122
Binary 11111010 10100110 11100110 0 100010 1000 10 100111010 1011001 1010010

Color Harmonies of #FAA6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6E6

Black with #FAA6E6

Text Example


Text Example

White with #FAA6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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