Html Css Color HEX #FAB1DE Lavender Pink

📋 copy color: '#FAB1DE'

red 250 ◦ green 177 ◦ blue 222

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

Shades of Lavender Pink #FAB1DE

Tints of Lavender Pink #FAB1DE

RGB

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

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

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

R = 38.52%
G = 27.27%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAB1DE (or 0xFAB1DE) is known color: Lavender Pink. HEX triplet: FA, B1 and DE. RGB value is (250,177,222). Sum of RGB (Red+Green+Blue) = 250+177+222=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1DE is #054E21. Grayscale: #CBCBCB. Windows color (decimal): -347682 or 14594554. OLE color: 14594554.

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

Color convert

RGB 250 177 222 -
CMYK 0 0.29 0.11 0.02
HSL 323.01º 0.88% 0.84% -
HSV(B) 323.01º 0.29% 0.98% -
XYZ 68.33 57.04 76.52 -
YUV 203.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 250 177 222 0 0.29 0.11 0.02 323.01 0.88 0.84
Hex FA B1 DE 0 1D B 2 143 58 54
Octal 372 261 336 0 35 13 2 503 130 124
Binary 11111010 10110001 11011110 0 11101 1011 10 101000011 1011000 1010100

Color Harmonies of #FAB1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1DE

Black with #FAB1DE

Text Example


Text Example

White with #FAB1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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