Html Css Color HEX #FEB1DF Lavender Pink

📋 copy color: '#FEB1DF'

red 254 ◦ green 177 ◦ blue 223

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

Shades of Lavender Pink #FEB1DF

Tints of Lavender Pink #FEB1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.1%

R = 38.84%
G = 27.06%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEB1DF (or 0xFEB1DF) is known color: Lavender Pink. HEX triplet: FE, B1 and DF. RGB value is (254,177,223). Sum of RGB (Red+Green+Blue) = 254+177+223=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1DF is #014E20. Grayscale: #CDCDCD. Windows color (decimal): -85537 or 14660094. OLE color: 14660094.

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

Color convert

RGB 254 177 223 -
CMYK 0 0.30 0.12 0.00
HSL 324.16º 0.97% 0.85% -
HSV(B) 324.16º 0.3% 1% -
XYZ 69.91 57.84 77.29 -
YUV 205.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 254 177 223 0 0.30 0.12 0.00 324.16 0.97 0.85
Hex FE B1 DF 0 1E C 0 144 61 55
Octal 376 261 337 0 36 14 0 504 141 125
Binary 11111110 10110001 11011111 0 11110 1100 0 101000100 1100001 1010101

Color Harmonies of #FEB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1DF

Black with #FEB1DF

Text Example


Text Example

White with #FEB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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