Html Css Color HEX #FAA9E2 Lavender Rose

📋 copy color: '#FAA9E2'

red 250 ◦ green 169 ◦ blue 226

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

Shades of Lavender Rose #FAA9E2

Tints of Lavender Rose #FAA9E2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.2%

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

R = 38.76%
G = 26.2%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAA9E2 (or 0xFAA9E2) is known color: Lavender Rose. HEX triplet: FA, A9 and E2. RGB value is (250,169,226). Sum of RGB (Red+Green+Blue) = 250+169+226=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 169 (66.41% from 255 or 26.20% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9E2 is #05561D. Grayscale: #C7C7C7. Windows color (decimal): -349726 or 14854650. OLE color: 14854650.

HSL color Cylindrical-coordinate representation of color #FAA9E2: hue angle of 317.78º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAA9E2 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 169 226 -
CMYK 0 0.32 0.10 0.02
HSL 317.78º 0.89% 0.82% -
HSV(B) 317.78º 0.32% 0.98% -
XYZ 67.34 54.19 78.86 -
YUV 199.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 250 169 226 0 0.32 0.10 0.02 317.78 0.89 0.82
Hex FA A9 E2 0 20 A 2 13E 59 52
Octal 372 251 342 0 40 12 2 476 131 122
Binary 11111010 10101001 11100010 0 100000 1010 10 100111110 1011001 1010010

Color Harmonies of #FAA9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA9E2

Black with #FAA9E2

Text Example


Text Example

White with #FAA9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA9E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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