Html Css Color HEX #FAB5DC Lavender Pink

📋 copy color: '#FAB5DC'

red 250 ◦ green 181 ◦ blue 220

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

Shades of Lavender Pink #FAB5DC

Tints of Lavender Pink #FAB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.8%

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

R = 38.4%
G = 27.8%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAB5DC (or 0xFAB5DC) is known color: Lavender Pink. HEX triplet: FA, B5 and DC. RGB value is (250,181,220). Sum of RGB (Red+Green+Blue) = 250+181+220=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5DC is #054A23. Grayscale: #CDCDCD. Windows color (decimal): -346660 or 14464506. OLE color: 14464506.

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

Color convert

RGB 250 181 220 -
CMYK 0 0.28 0.12 0.02
HSL 326.09º 0.87% 0.85% -
HSV(B) 326.09º 0.28% 0.98% -
XYZ 68.87 58.54 75.38 -
YUV 206.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 250 181 220 0 0.28 0.12 0.02 326.09 0.87 0.85
Hex FA B5 DC 0 1C C 2 146 57 55
Octal 372 265 334 0 34 14 2 506 127 125
Binary 11111010 10110101 11011100 0 11100 1100 10 101000110 1010111 1010101

Color Harmonies of #FAB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB5DC

Black with #FAB5DC

Text Example


Text Example

White with #FAB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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