Html Css Color HEX #FAB3DE Lavender Pink

📋 copy color: '#FAB3DE'

red 250 ◦ green 179 ◦ blue 222

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

Shades of Lavender Pink #FAB3DE

Tints of Lavender Pink #FAB3DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.1%

R = 38.4%
G = 27.5%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAB3DE (or 0xFAB3DE) is known color: Lavender Pink. HEX triplet: FA, B3 and DE. RGB value is (250,179,222). Sum of RGB (Red+Green+Blue) = 250+179+222=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 179 (70.31% from 255 or 27.50% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3DE is #054C21. Grayscale: #CDCDCD. Windows color (decimal): -347170 or 14595066. OLE color: 14595066.

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

Color convert

RGB 250 179 222 -
CMYK 0 0.28 0.11 0.02
HSL 323.66º 0.88% 0.84% -
HSV(B) 323.66º 0.28% 0.98% -
XYZ 68.73 57.84 76.65 -
YUV 205.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 250 179 222 0 0.28 0.11 0.02 323.66 0.88 0.84
Hex FA B3 DE 0 1C B 2 144 58 54
Octal 372 263 336 0 34 13 2 504 130 124
Binary 11111010 10110011 11011110 0 11100 1011 10 101000100 1011000 1010100

Color Harmonies of #FAB3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3DE

Black with #FAB3DE

Text Example


Text Example

White with #FAB3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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