Html Css Color HEX #FAAFF7 Lavender Rose

📋 copy color: '#FAAFF7'

red 250 ◦ green 175 ◦ blue 247

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

Shades of Lavender Rose #FAAFF7

Tints of Lavender Rose #FAAFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.76%

R = 37.2%
G = 26.04%
B = 36.76%

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

#FAAFF7 (or 0xFAAFF7) is known color: Lavender Rose. HEX triplet: FA, AF and F7. RGB value is (250,175,247). Sum of RGB (Red+Green+Blue) = 250+175+247=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 175 (68.75% from 255 or 26.04% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFF7 is #055008. Grayscale: #CDCDCD. Windows color (decimal): -348169 or 16232442. OLE color: 16232442.

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

Color convert

RGB 250 175 247 -
CMYK 0 0.3 0.01 0.02
HSL 302.4º 0.88% 0.83% -
HSV(B) 302.4º 0.3% 0.98% -
XYZ 71.54 57.7 95.36 -
YUV 205.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 250 175 247 0 0.3 0.01 0.02 302.4 0.88 0.83
Hex FA AF F7 0 1E 1 2 12E 58 53
Octal 372 257 367 0 36 1 2 456 130 123
Binary 11111010 10101111 11110111 0 11110 1 10 100101110 1011000 1010011

Color Harmonies of #FAAFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFF7

Black with #FAAFF7

Text Example


Text Example

White with #FAAFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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