Html Css Color HEX #FAA8F9 Lavender Rose

📋 copy color: '#FAA8F9'

red 250 ◦ green 168 ◦ blue 249

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

Shades of Lavender Rose #FAA8F9

Tints of Lavender Rose #FAA8F9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.19%

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

R = 37.48%
G = 25.19%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FAA8F9 (or 0xFAA8F9) is known color: Lavender Rose. HEX triplet: FA, A8 and F9. RGB value is (250,168,249). Sum of RGB (Red+Green+Blue) = 250+168+249=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 168 (66.02% from 255 or 25.19% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8F9 is #055706. Grayscale: #C9C9C9. Windows color (decimal): -349959 or 16361722. OLE color: 16361722.

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

Color convert

RGB 250 168 249 -
CMYK 0 0.33 0.00 0.02
HSL 300.73º 0.89% 0.82% -
HSV(B) 300.73º 0.33% 0.98% -
XYZ 70.53 55.17 96.55 -
YUV 201.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 250 168 249 0 0.33 0.00 0.02 300.73 0.89 0.82
Hex FA A8 F9 0 21 0 2 12D 59 52
Octal 372 250 371 0 41 0 2 455 131 122
Binary 11111010 10101000 11111001 0 100001 0 10 100101101 1011001 1010010

Color Harmonies of #FAA8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA8F9

Black with #FAA8F9

Text Example


Text Example

White with #FAA8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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