Html Css Color HEX #FAB3D1 Lavender Pink

📋 copy color: '#FAB3D1'

red 250 ◦ green 179 ◦ blue 209

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

Shades of Lavender Pink #FAB3D1

Tints of Lavender Pink #FAB3D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.76%

R = 39.18%
G = 28.06%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAB3D1 (or 0xFAB3D1) is known color: Lavender Pink. HEX triplet: FA, B3 and D1. RGB value is (250,179,209). Sum of RGB (Red+Green+Blue) = 250+179+209=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3D1 is #054C2E. Grayscale: #CBCBCB. Windows color (decimal): -347183 or 13743098. OLE color: 13743098.

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

Color convert

RGB 250 179 209 -
CMYK 0 0.28 0.16 0.02
HSL 334.65º 0.88% 0.84% -
HSV(B) 334.65º 0.28% 0.98% -
XYZ 67.05 57.17 67.82 -
YUV 203.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 250 179 209 0 0.28 0.16 0.02 334.65 0.88 0.84
Hex FA B3 D1 0 1C 10 2 14F 58 54
Octal 372 263 321 0 34 20 2 517 130 124
Binary 11111010 10110011 11010001 0 11100 10000 10 101001111 1011000 1010100

Color Harmonies of #FAB3D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3D1

Black with #FAB3D1

Text Example


Text Example

White with #FAB3D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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