Html Css Color HEX #FAAFD5 Lavender Pink

📋 copy color: '#FAAFD5'

red 250 ◦ green 175 ◦ blue 213

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

Shades of Lavender Pink #FAAFD5

Tints of Lavender Pink #FAAFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.39%

R = 39.18%
G = 27.43%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAAFD5 (or 0xFAAFD5) is known color: Lavender Pink. HEX triplet: FA, AF and D5. RGB value is (250,175,213). Sum of RGB (Red+Green+Blue) = 250+175+213=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFD5 is #05502A. Grayscale: #C9C9C9. Windows color (decimal): -348203 or 14004218. OLE color: 14004218.

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

Color convert

RGB 250 175 213 -
CMYK 0 0.3 0.15 0.02
HSL 329.6º 0.88% 0.83% -
HSV(B) 329.6º 0.3% 0.98% -
XYZ 66.76 55.79 70.2 -
YUV 201.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 250 175 213 0 0.3 0.15 0.02 329.6 0.88 0.83
Hex FA AF D5 0 1E F 2 14A 58 53
Octal 372 257 325 0 36 17 2 512 130 123
Binary 11111010 10101111 11010101 0 11110 1111 10 101001010 1011000 1010011

Color Harmonies of #FAAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFD5

Black with #FAAFD5

Text Example


Text Example

White with #FAAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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