Html Css Color HEX #FAB1D3 Lavender Pink

📋 copy color: '#FAB1D3'

red 250 ◦ green 177 ◦ blue 211

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

Shades of Lavender Pink #FAB1D3

Tints of Lavender Pink #FAB1D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.07%

R = 39.18%
G = 27.74%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAB1D3 (or 0xFAB1D3) is known color: Lavender Pink. HEX triplet: FA, B1 and D3. RGB value is (250,177,211). Sum of RGB (Red+Green+Blue) = 250+177+211=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1D3 is #054E2C. Grayscale: #CACACA. Windows color (decimal): -347693 or 13873658. OLE color: 13873658.

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

Color convert

RGB 250 177 211 -
CMYK 0 0.29 0.16 0.02
HSL 332.05º 0.88% 0.84% -
HSV(B) 332.05º 0.29% 0.98% -
XYZ 66.9 56.47 69 -
YUV 202.7 132.68 161.74 -
System Red Green Blue C M Y K H S L
Decimal 250 177 211 0 0.29 0.16 0.02 332.05 0.88 0.84
Hex FA B1 D3 0 1D 10 2 14C 58 54
Octal 372 261 323 0 35 20 2 514 130 124
Binary 11111010 10110001 11010011 0 11101 10000 10 101001100 1011000 1010100

Color Harmonies of #FAB1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1D3

Black with #FAB1D3

Text Example


Text Example

White with #FAB1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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