Html Css Color HEX #FAADD2 Lavender Pink

📋 copy color: '#FAADD2'

red 250 ◦ green 173 ◦ blue 210

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

Shades of Lavender Pink #FAADD2

Tints of Lavender Pink #FAADD2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.33%

 BLUE value IS 210 (82.42% from 255) = 33.18%

R = 39.49%
G = 27.33%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAADD2 (or 0xFAADD2) is known color: Lavender Pink. HEX triplet: FA, AD and D2. RGB value is (250,173,210). Sum of RGB (Red+Green+Blue) = 250+173+210=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADD2 is #05522D. Grayscale: #C8C8C8. Windows color (decimal): -348718 or 13807098. OLE color: 13807098.

HSL color Cylindrical-coordinate representation of color #FAADD2: hue angle of 331.17º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAADD2 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 173 210 -
CMYK 0 0.31 0.16 0.02
HSL 331.17º 0.89% 0.83% -
HSV(B) 331.17º 0.31% 0.98% -
XYZ 66 54.86 68.08 -
YUV 200.24 133.51 163.49 -
System Red Green Blue C M Y K H S L
Decimal 250 173 210 0 0.31 0.16 0.02 331.17 0.89 0.83
Hex FA AD D2 0 1F 10 2 14B 59 53
Octal 372 255 322 0 37 20 2 513 131 123
Binary 11111010 10101101 11010010 0 11111 10000 10 101001011 1011001 1010011

Color Harmonies of #FAADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAADD2

Black with #FAADD2

Text Example


Text Example

White with #FAADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAADD2; }

 p { color: rgb(250,173,210); }

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

background-color css

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

 a { background-color: rgb(250,173,210); }

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

border-color css

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

 span { border-color: rgb(250,173,210); }

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