Html Css Color HEX #FAA9E6 Lavender Rose

📋 copy color: '#FAA9E6'

red 250 ◦ green 169 ◦ blue 230

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

Shades of Lavender Rose #FAA9E6

Tints of Lavender Rose #FAA9E6

RGB

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

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

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

R = 38.52%
G = 26.04%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAA9E6 (or 0xFAA9E6) is known color: Lavender Rose. HEX triplet: FA, A9 and E6. RGB value is (250,169,230). Sum of RGB (Red+Green+Blue) = 250+169+230=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 169 (66.41% from 255 or 26.04% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA9E6 is #055619. Grayscale: #C8C8C8. Windows color (decimal): -349722 or 15116794. OLE color: 15116794.

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

Color convert

RGB 250 169 230 -
CMYK 0 0.32 0.08 0.02
HSL 314.81º 0.89% 0.82% -
HSV(B) 314.81º 0.32% 0.98% -
XYZ 67.9 54.41 81.79 -
YUV 200.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 250 169 230 0 0.32 0.08 0.02 314.81 0.89 0.82
Hex FA A9 E6 0 20 8 2 13B 59 52
Octal 372 251 346 0 40 10 2 473 131 122
Binary 11111010 10101001 11100110 0 100000 1000 10 100111011 1011001 1010010

Color Harmonies of #FAA9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA9E6

Black with #FAA9E6

Text Example


Text Example

White with #FAA9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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