Html Css Color HEX #FAA9F9 Lavender Rose

📋 copy color: '#FAA9F9'

red 250 ◦ green 169 ◦ blue 249

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

Shades of Lavender Rose #FAA9F9

Tints of Lavender Rose #FAA9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.28%

R = 37.43%
G = 25.3%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FAA9F9 (or 0xFAA9F9) is known color: Lavender Rose. HEX triplet: FA, A9 and F9. RGB value is (250,169,249). Sum of RGB (Red+Green+Blue) = 250+169+249=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 169 (66.41% from 255 or 25.30% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA9F9 is #055606. Grayscale: #CACACA. Windows color (decimal): -349703 or 16361978. OLE color: 16361978.

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

Color convert

RGB 250 169 249 -
CMYK 0 0.32 0.00 0.02
HSL 300.74º 0.89% 0.82% -
HSV(B) 300.74º 0.32% 0.98% -
XYZ 70.71 55.54 96.62 -
YUV 202.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 250 169 249 0 0.32 0.00 0.02 300.74 0.89 0.82
Hex FA A9 F9 0 20 0 2 12D 59 52
Octal 372 251 371 0 40 0 2 455 131 122
Binary 11111010 10101001 11111001 0 100000 0 10 100101101 1011001 1010010

Color Harmonies of #FAA9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA9F9

Black with #FAA9F9

Text Example


Text Example

White with #FAA9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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