Html Css Color HEX #FAA6E2 Lavender Rose

📋 copy color: '#FAA6E2'

red 250 ◦ green 166 ◦ blue 226

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

Shades of Lavender Rose #FAA6E2

Tints of Lavender Rose #FAA6E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.2%

R = 38.94%
G = 25.86%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAA6E2 (or 0xFAA6E2) is known color: Lavender Rose. HEX triplet: FA, A6 and E2. RGB value is (250,166,226). Sum of RGB (Red+Green+Blue) = 250+166+226=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 166 (65.23% from 255 or 25.86% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6E2 is #05591D. Grayscale: #C5C5C5. Windows color (decimal): -350494 or 14853882. OLE color: 14853882.

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

Color convert

RGB 250 166 226 -
CMYK 0 0.34 0.10 0.02
HSL 317.14º 0.89% 0.82% -
HSV(B) 317.14º 0.34% 0.98% -
XYZ 66.79 53.09 78.68 -
YUV 197.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 250 166 226 0 0.34 0.10 0.02 317.14 0.89 0.82
Hex FA A6 E2 0 22 A 2 13D 59 52
Octal 372 246 342 0 42 12 2 475 131 122
Binary 11111010 10100110 11100010 0 100010 1010 10 100111101 1011001 1010010

Color Harmonies of #FAA6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6E2

Black with #FAA6E2

Text Example


Text Example

White with #FAA6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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