Html Css Color HEX #FEB1D1 Lavender Pink

📋 copy color: '#FEB1D1'

red 254 ◦ green 177 ◦ blue 209

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

Shades of Lavender Pink #FEB1D1

Tints of Lavender Pink #FEB1D1

RGB

 RED value IS 254 (99.61% from 255) = 39.69%

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

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

R = 39.69%
G = 27.66%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEB1D1 (or 0xFEB1D1) is known color: Lavender Pink. HEX triplet: FE, B1 and D1. RGB value is (254,177,209). Sum of RGB (Red+Green+Blue) = 254+177+209=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1D1 is #014E2E. Grayscale: #CBCBCB. Windows color (decimal): -85551 or 13742590. OLE color: 13742590.

HSL color Cylindrical-coordinate representation of color #FEB1D1: hue angle of 335.06º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB1D1 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 177 209 -
CMYK 0 0.30 0.18 0.00
HSL 335.06º 0.97% 0.85% -
HSV(B) 335.06º 0.3% 1% -
XYZ 68.1 57.12 67.76 -
YUV 203.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 254 177 209 0 0.30 0.18 0.00 335.06 0.97 0.85
Hex FE B1 D1 0 1E 12 0 14F 61 55
Octal 376 261 321 0 36 22 0 517 141 125
Binary 11111110 10110001 11010001 0 11110 10010 0 101001111 1100001 1010101

Color Harmonies of #FEB1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1D1

Black with #FEB1D1

Text Example


Text Example

White with #FEB1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1D1; }

 p { color: rgb(254,177,209); }

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

background-color css

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

 a { background-color: rgb(254,177,209); }

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

border-color css

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

 span { border-color: rgb(254,177,209); }

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