Html Css Color HEX #FAA9E9 Lavender Rose

📋 copy color: '#FAA9E9'

red 250 ◦ green 169 ◦ blue 233

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

Shades of Lavender Rose #FAA9E9

Tints of Lavender Rose #FAA9E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.74%

R = 38.34%
G = 25.92%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAA9E9 (or 0xFAA9E9) is known color: Lavender Rose. HEX triplet: FA, A9 and E9. RGB value is (250,169,233). Sum of RGB (Red+Green+Blue) = 250+169+233=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 169 (66.41% from 255 or 25.92% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA9E9 is #055616. Grayscale: #C8C8C8. Windows color (decimal): -349719 or 15313402. OLE color: 15313402.

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

Color convert

RGB 250 169 233 -
CMYK 0 0.32 0.07 0.02
HSL 312.59º 0.89% 0.82% -
HSV(B) 312.59º 0.32% 0.98% -
XYZ 68.32 54.58 84.03 -
YUV 200.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 250 169 233 0 0.32 0.07 0.02 312.59 0.89 0.82
Hex FA A9 E9 0 20 7 2 139 59 52
Octal 372 251 351 0 40 7 2 471 131 122
Binary 11111010 10101001 11101001 0 100000 111 10 100111001 1011001 1010010

Color Harmonies of #FAA9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA9E9

Black with #FAA9E9

Text Example


Text Example

White with #FAA9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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