Html Css Color HEX #FAB1DD Lavender Pink

📋 copy color: '#FAB1DD'

red 250 ◦ green 177 ◦ blue 221

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

Shades of Lavender Pink #FAB1DD

Tints of Lavender Pink #FAB1DD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.31%

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

R = 38.58%
G = 27.31%
B = 34.1%

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

#FAB1DD (or 0xFAB1DD) is known color: Lavender Pink. HEX triplet: FA, B1 and DD. RGB value is (250,177,221). Sum of RGB (Red+Green+Blue) = 250+177+221=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 177 (69.53% from 255 or 27.31% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1DD is #054E22. Grayscale: #CBCBCB. Windows color (decimal): -347683 or 14529018. OLE color: 14529018.

HSL color Cylindrical-coordinate representation of color #FAB1DD: hue angle of 323.84º 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 #FAB1DD is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 177 221 -
CMYK 0 0.29 0.12 0.02
HSL 323.84º 0.88% 0.84% -
HSV(B) 323.84º 0.29% 0.98% -
XYZ 68.2 56.99 75.81 -
YUV 203.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 250 177 221 0 0.29 0.12 0.02 323.84 0.88 0.84
Hex FA B1 DD 0 1D C 2 144 58 54
Octal 372 261 335 0 35 14 2 504 130 124
Binary 11111010 10110001 11011101 0 11101 1100 10 101000100 1011000 1010100

Color Harmonies of #FAB1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1DD

Black with #FAB1DD

Text Example


Text Example

White with #FAB1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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