Html Css Color HEX #FAB6DD Lavender Pink

📋 copy color: '#FAB6DD'

red 250 ◦ green 182 ◦ blue 221

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

Shades of Lavender Pink #FAB6DD

Tints of Lavender Pink #FAB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.87%

 BLUE value IS 221 (86.72% from 255) = 33.84%

R = 38.28%
G = 27.87%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAB6DD (or 0xFAB6DD) is known color: Lavender Pink. HEX triplet: FA, B6 and DD. RGB value is (250,182,221). Sum of RGB (Red+Green+Blue) = 250+182+221=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6DD is #054922. Grayscale: #CECECE. Windows color (decimal): -346403 or 14530298. OLE color: 14530298.

HSL color Cylindrical-coordinate representation of color #FAB6DD: hue angle of 325.59º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB6DD is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 182 221 -
CMYK 0 0.27 0.12 0.02
HSL 325.59º 0.87% 0.85% -
HSV(B) 325.59º 0.27% 0.98% -
XYZ 69.2 59 76.15 -
YUV 206.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 250 182 221 0 0.27 0.12 0.02 325.59 0.87 0.85
Hex FA B6 DD 0 1B C 2 146 57 55
Octal 372 266 335 0 33 14 2 506 127 125
Binary 11111010 10110110 11011101 0 11011 1100 10 101000110 1010111 1010101

Color Harmonies of #FAB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6DD

Black with #FAB6DD

Text Example


Text Example

White with #FAB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6DD; }

 p { color: rgb(250,182,221); }

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

background-color css

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

 a { background-color: rgb(250,182,221); }

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

border-color css

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

 span { border-color: rgb(250,182,221); }

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