Html Css Color HEX #FEB1DE Lavender Pink

📋 copy color: '#FEB1DE'

red 254 ◦ green 177 ◦ blue 222

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

Shades of Lavender Pink #FEB1DE

Tints of Lavender Pink #FEB1DE

RGB

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

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

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

R = 38.9%
G = 27.11%
B = 34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEB1DE (or 0xFEB1DE) is known color: Lavender Pink. HEX triplet: FE, B1 and DE. RGB value is (254,177,222). Sum of RGB (Red+Green+Blue) = 254+177+222=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1DE is #014E21. Grayscale: #CDCDCD. Windows color (decimal): -85538 or 14594558. OLE color: 14594558.

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

Color convert

RGB 254 177 222 -
CMYK 0 0.30 0.13 0.00
HSL 324.94º 0.97% 0.85% -
HSV(B) 324.94º 0.3% 1% -
XYZ 69.78 57.79 76.58 -
YUV 205.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 254 177 222 0 0.30 0.13 0.00 324.94 0.97 0.85
Hex FE B1 DE 0 1E D 0 145 61 55
Octal 376 261 336 0 36 15 0 505 141 125
Binary 11111110 10110001 11011110 0 11110 1101 0 101000101 1100001 1010101

Color Harmonies of #FEB1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1DE

Black with #FEB1DE

Text Example


Text Example

White with #FEB1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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