Html Css Color HEX #FEB1D0 Lavender Pink

📋 copy color: '#FEB1D0'

red 254 ◦ green 177 ◦ blue 208

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

Shades of Lavender Pink #FEB1D0

Tints of Lavender Pink #FEB1D0

RGB

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

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

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

R = 39.75%
G = 27.7%
B = 32.55%

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

#FEB1D0 (or 0xFEB1D0) is known color: Lavender Pink. HEX triplet: FE, B1 and D0. RGB value is (254,177,208). Sum of RGB (Red+Green+Blue) = 254+177+208=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1D0 is #014E2F. Grayscale: #CBCBCB. Windows color (decimal): -85552 or 13677054. OLE color: 13677054.

HSL color Cylindrical-coordinate representation of color #FEB1D0: hue angle of 335.84º 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 #FEB1D0 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 177 208 -
CMYK 0 0.30 0.18 0.00
HSL 335.84º 0.97% 0.85% -
HSV(B) 335.84º 0.3% 1% -
XYZ 67.98 57.07 67.11 -
YUV 203.56 130.51 163.98 -
System Red Green Blue C M Y K H S L
Decimal 254 177 208 0 0.30 0.18 0.00 335.84 0.97 0.85
Hex FE B1 D0 0 1E 12 0 150 61 55
Octal 376 261 320 0 36 22 0 520 141 125
Binary 11111110 10110001 11010000 0 11110 10010 0 101010000 1100001 1010101

Color Harmonies of #FEB1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1D0

Black with #FEB1D0

Text Example


Text Example

White with #FEB1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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