Html Css Color HEX #FAAFD6 Lavender Pink

📋 copy color: '#FAAFD6'

red 250 ◦ green 175 ◦ blue 214

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

Shades of Lavender Pink #FAAFD6

Tints of Lavender Pink #FAAFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.49%

R = 39.12%
G = 27.39%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAAFD6 (or 0xFAAFD6) is known color: Lavender Pink. HEX triplet: FA, AF and D6. RGB value is (250,175,214). Sum of RGB (Red+Green+Blue) = 250+175+214=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFD6 is #055029. Grayscale: #C9C9C9. Windows color (decimal): -348202 or 14069754. OLE color: 14069754.

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

Color convert

RGB 250 175 214 -
CMYK 0 0.3 0.14 0.02
HSL 328.8º 0.88% 0.83% -
HSV(B) 328.8º 0.3% 0.98% -
XYZ 66.89 55.84 70.87 -
YUV 201.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 250 175 214 0 0.3 0.14 0.02 328.8 0.88 0.83
Hex FA AF D6 0 1E E 2 149 58 53
Octal 372 257 326 0 36 16 2 511 130 123
Binary 11111010 10101111 11010110 0 11110 1110 10 101001001 1011000 1010011

Color Harmonies of #FAAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFD6

Black with #FAAFD6

Text Example


Text Example

White with #FAAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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