Html Css Color HEX #FAAFDC Lavender Pink

📋 copy color: '#FAAFDC'

red 250 ◦ green 175 ◦ blue 220

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

Shades of Lavender Pink #FAAFDC

Tints of Lavender Pink #FAAFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 38.76%
G = 27.13%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAAFDC (or 0xFAAFDC) is known color: Lavender Pink. HEX triplet: FA, AF and DC. RGB value is (250,175,220). Sum of RGB (Red+Green+Blue) = 250+175+220=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFDC is #055023. Grayscale: #CACACA. Windows color (decimal): -348196 or 14462970. OLE color: 14462970.

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

Color convert

RGB 250 175 220 -
CMYK 0 0.3 0.12 0.02
HSL 324º 0.88% 0.83% -
HSV(B) 324º 0.3% 0.98% -
XYZ 67.67 56.15 74.98 -
YUV 202.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 250 175 220 0 0.3 0.12 0.02 324 0.88 0.83
Hex FA AF DC 0 1E C 2 144 58 53
Octal 372 257 334 0 36 14 2 504 130 123
Binary 11111010 10101111 11011100 0 11110 1100 10 101000100 1011000 1010011

Color Harmonies of #FAAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFDC

Black with #FAAFDC

Text Example


Text Example

White with #FAAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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