Html Css Color HEX #FAB3DD Lavender Pink

📋 copy color: '#FAB3DD'

red 250 ◦ green 179 ◦ blue 221

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

Shades of Lavender Pink #FAB3DD

Tints of Lavender Pink #FAB3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.54%

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

R = 38.46%
G = 27.54%
B = 34%

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

#FAB3DD (or 0xFAB3DD) is known color: Lavender Pink. HEX triplet: FA, B3 and DD. RGB value is (250,179,221). Sum of RGB (Red+Green+Blue) = 250+179+221=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 179 (70.31% from 255 or 27.54% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3DD is #054C22. Grayscale: #CCCCCC. Windows color (decimal): -347171 or 14529530. OLE color: 14529530.

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

Color convert

RGB 250 179 221 -
CMYK 0 0.28 0.12 0.02
HSL 324.51º 0.88% 0.84% -
HSV(B) 324.51º 0.28% 0.98% -
XYZ 68.6 57.78 75.94 -
YUV 205.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 250 179 221 0 0.28 0.12 0.02 324.51 0.88 0.84
Hex FA B3 DD 0 1C C 2 145 58 54
Octal 372 263 335 0 34 14 2 505 130 124
Binary 11111010 10110011 11011101 0 11100 1100 10 101000101 1011000 1010100

Color Harmonies of #FAB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3DD

Black with #FAB3DD

Text Example


Text Example

White with #FAB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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