Html Css Color HEX #FAB0DC Lavender Pink

📋 copy color: '#FAB0DC'

red 250 ◦ green 176 ◦ blue 220

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

Shades of Lavender Pink #FAB0DC

Tints of Lavender Pink #FAB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.24%

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

R = 38.7%
G = 27.24%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAB0DC (or 0xFAB0DC) is known color: Lavender Pink. HEX triplet: FA, B0 and DC. RGB value is (250,176,220). Sum of RGB (Red+Green+Blue) = 250+176+220=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0DC is #054F23. Grayscale: #CBCBCB. Windows color (decimal): -347940 or 14463226. OLE color: 14463226.

HSL color Cylindrical-coordinate representation of color #FAB0DC: hue angle of 324.32º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0DC is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 220 -
CMYK 0 0.30 0.12 0.02
HSL 324.32º 0.88% 0.84% -
HSV(B) 324.32º 0.3% 0.98% -
XYZ 67.87 56.54 75.05 -
YUV 203.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 250 176 220 0 0.30 0.12 0.02 324.32 0.88 0.84
Hex FA B0 DC 0 1E C 2 144 58 54
Octal 372 260 334 0 36 14 2 504 130 124
Binary 11111010 10110000 11011100 0 11110 1100 10 101000100 1011000 1010100

Color Harmonies of #FAB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0DC

Black with #FAB0DC

Text Example


Text Example

White with #FAB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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