Html Css Color HEX #FAAFD3 Lavender Pink

📋 copy color: '#FAAFD3'

red 250 ◦ green 175 ◦ blue 211

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

Shades of Lavender Pink #FAAFD3

Tints of Lavender Pink #FAAFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.18%

R = 39.31%
G = 27.52%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAAFD3 (or 0xFAAFD3) is known color: Lavender Pink. HEX triplet: FA, AF and D3. RGB value is (250,175,211). Sum of RGB (Red+Green+Blue) = 250+175+211=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFD3 is #05502C. Grayscale: #C9C9C9. Windows color (decimal): -348205 or 13873146. OLE color: 13873146.

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

Color convert

RGB 250 175 211 -
CMYK 0 0.3 0.16 0.02
HSL 331.2º 0.88% 0.83% -
HSV(B) 331.2º 0.3% 0.98% -
XYZ 66.51 55.69 68.87 -
YUV 201.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 250 175 211 0 0.3 0.16 0.02 331.2 0.88 0.83
Hex FA AF D3 0 1E 10 2 14B 58 53
Octal 372 257 323 0 36 20 2 513 130 123
Binary 11111010 10101111 11010011 0 11110 10000 10 101001011 1011000 1010011

Color Harmonies of #FAAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFD3

Black with #FAAFD3

Text Example


Text Example

White with #FAAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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