Html Css Color HEX #FAA9E5 Lavender Rose

📋 copy color: '#FAA9E5'

red 250 ◦ green 169 ◦ blue 229

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

Shades of Lavender Rose #FAA9E5

Tints of Lavender Rose #FAA9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.34%

R = 38.58%
G = 26.08%
B = 35.34%

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

#FAA9E5 (or 0xFAA9E5) is known color: Lavender Rose. HEX triplet: FA, A9 and E5. RGB value is (250,169,229). Sum of RGB (Red+Green+Blue) = 250+169+229=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 169 (66.41% from 255 or 26.08% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9E5 is #05561A. Grayscale: #C7C7C7. Windows color (decimal): -349723 or 15051258. OLE color: 15051258.

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

Color convert

RGB 250 169 229 -
CMYK 0 0.32 0.08 0.02
HSL 315.56º 0.89% 0.82% -
HSV(B) 315.56º 0.32% 0.98% -
XYZ 67.76 54.36 81.05 -
YUV 200.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 250 169 229 0 0.32 0.08 0.02 315.56 0.89 0.82
Hex FA A9 E5 0 20 8 2 13C 59 52
Octal 372 251 345 0 40 10 2 474 131 122
Binary 11111010 10101001 11100101 0 100000 1000 10 100111100 1011001 1010010

Color Harmonies of #FAA9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA9E5

Black with #FAA9E5

Text Example


Text Example

White with #FAA9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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