Html Css Color HEX #FAB2DB Lavender Pink

📋 copy color: '#FAB2DB'

red 250 ◦ green 178 ◦ blue 219

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

Shades of Lavender Pink #FAB2DB

Tints of Lavender Pink #FAB2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.51%

 BLUE value IS 219 (85.94% from 255) = 33.85%

R = 38.64%
G = 27.51%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAB2DB (or 0xFAB2DB) is known color: Lavender Pink. HEX triplet: FA, B2 and DB. RGB value is (250,178,219). Sum of RGB (Red+Green+Blue) = 250+178+219=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 178 (69.92% from 255 or 27.51% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2DB is #054D24. Grayscale: #CCCCCC. Windows color (decimal): -347429 or 14398202. OLE color: 14398202.

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

Color convert

RGB 250 178 219 -
CMYK 0 0.29 0.12 0.02
HSL 325.83º 0.88% 0.84% -
HSV(B) 325.83º 0.29% 0.98% -
XYZ 68.13 57.28 74.48 -
YUV 204.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 250 178 219 0 0.29 0.12 0.02 325.83 0.88 0.84
Hex FA B2 DB 0 1D C 2 146 58 54
Octal 372 262 333 0 35 14 2 506 130 124
Binary 11111010 10110010 11011011 0 11101 1100 10 101000110 1011000 1010100

Color Harmonies of #FAB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2DB

Black with #FAB2DB

Text Example


Text Example

White with #FAB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2DB; }

 p { color: rgb(250,178,219); }

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

background-color css

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

 a { background-color: rgb(250,178,219); }

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

border-color css

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

 span { border-color: rgb(250,178,219); }

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