Html Css Color HEX #FAAFF8 Lavender Rose

📋 copy color: '#FAAFF8'

red 250 ◦ green 175 ◦ blue 248

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

Shades of Lavender Rose #FAAFF8

Tints of Lavender Rose #FAAFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.85%

R = 37.15%
G = 26%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FAAFF8 (or 0xFAAFF8) is known color: Lavender Rose. HEX triplet: FA, AF and F8. RGB value is (250,175,248). Sum of RGB (Red+Green+Blue) = 250+175+248=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 175 (68.75% from 255 or 26.00% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF8 is #055007. Grayscale: #CDCDCD. Windows color (decimal): -348168 or 16297978. OLE color: 16297978.

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

Color convert

RGB 250 175 248 -
CMYK 0 0.3 0.01 0.02
HSL 301.6º 0.88% 0.83% -
HSV(B) 301.6º 0.3% 0.98% -
XYZ 71.7 57.76 96.18 -
YUV 205.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 250 175 248 0 0.3 0.01 0.02 301.6 0.88 0.83
Hex FA AF F8 0 1E 1 2 12E 58 53
Octal 372 257 370 0 36 1 2 456 130 123
Binary 11111010 10101111 11111000 0 11110 1 10 100101110 1011000 1010011

Color Harmonies of #FAAFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFF8

Black with #FAAFF8

Text Example


Text Example

White with #FAAFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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