Html Css Color HEX #FEB1CE Lavender Pink

📋 copy color: '#FEB1CE'

red 254 ◦ green 177 ◦ blue 206

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

Shades of Lavender Pink #FEB1CE

Tints of Lavender Pink #FEB1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.34%

R = 39.87%
G = 27.79%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEB1CE (or 0xFEB1CE) is known color: Lavender Pink. HEX triplet: FE, B1 and CE. RGB value is (254,177,206). Sum of RGB (Red+Green+Blue) = 254+177+206=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1CE is #014E31. Grayscale: #CBCBCB. Windows color (decimal): -85554 or 13545982. OLE color: 13545982.

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

Color convert

RGB 254 177 206 -
CMYK 0 0.30 0.19 0.00
HSL 337.4º 0.97% 0.85% -
HSV(B) 337.4º 0.3% 1% -
XYZ 67.74 56.97 65.82 -
YUV 203.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 254 177 206 0 0.30 0.19 0.00 337.4 0.97 0.85
Hex FE B1 CE 0 1E 13 0 151 61 55
Octal 376 261 316 0 36 23 0 521 141 125
Binary 11111110 10110001 11001110 0 11110 10011 0 101010001 1100001 1010101

Color Harmonies of #FEB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1CE

Black with #FEB1CE

Text Example


Text Example

White with #FEB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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