Html Css Color HEX #FAB3D0 Lavender Pink

📋 copy color: '#FAB3D0'

red 250 ◦ green 179 ◦ blue 208

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

Shades of Lavender Pink #FAB3D0

Tints of Lavender Pink #FAB3D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.65%

R = 39.25%
G = 28.1%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAB3D0 (or 0xFAB3D0) is known color: Lavender Pink. HEX triplet: FA, B3 and D0. RGB value is (250,179,208). Sum of RGB (Red+Green+Blue) = 250+179+208=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3D0 is #054C2F. Grayscale: #CBCBCB. Windows color (decimal): -347184 or 13677562. OLE color: 13677562.

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

Color convert

RGB 250 179 208 -
CMYK 0 0.28 0.17 0.02
HSL 335.49º 0.88% 0.84% -
HSV(B) 335.49º 0.28% 0.98% -
XYZ 66.93 57.12 67.17 -
YUV 203.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 250 179 208 0 0.28 0.17 0.02 335.49 0.88 0.84
Hex FA B3 D0 0 1C 11 2 14F 58 54
Octal 372 263 320 0 34 21 2 517 130 124
Binary 11111010 10110011 11010000 0 11100 10001 10 101001111 1011000 1010100

Color Harmonies of #FAB3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3D0

Black with #FAB3D0

Text Example


Text Example

White with #FAB3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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