Html Css Color HEX #FAAFF9 Lavender Rose

📋 copy color: '#FAAFF9'

red 250 ◦ green 175 ◦ blue 249

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

Shades of Lavender Rose #FAAFF9

Tints of Lavender Rose #FAAFF9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 25.96%

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

R = 37.09%
G = 25.96%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FAAFF9 (or 0xFAAFF9) is known color: Lavender Rose. HEX triplet: FA, AF and F9. RGB value is (250,175,249). Sum of RGB (Red+Green+Blue) = 250+175+249=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 175 (68.75% from 255 or 25.96% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF9 is #055006. Grayscale: #CDCDCD. Windows color (decimal): -348167 or 16363514. OLE color: 16363514.

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

Color convert

RGB 250 175 249 -
CMYK 0 0.3 0.00 0.02
HSL 300.8º 0.88% 0.83% -
HSV(B) 300.8º 0.3% 0.98% -
XYZ 71.85 57.82 97 -
YUV 205.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 250 175 249 0 0.3 0.00 0.02 300.8 0.88 0.83
Hex FA AF F9 0 1E 0 2 12D 58 53
Octal 372 257 371 0 36 0 2 455 130 123
Binary 11111010 10101111 11111001 0 11110 0 10 100101101 1011000 1010011

Color Harmonies of #FAAFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFF9

Black with #FAAFF9

Text Example


Text Example

White with #FAAFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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