#FEBFCE

Color #FEBFCE Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #FEBFCE

Tints of Pink #FEBFCE

Color information

#FEBFCE (or 0xFEBFCE) is unknown color: approx Pink. HEX triplet: FE, BF and CE. RGB value is (254,191,206). Sum of RGB (Red+Green+Blue) = 254+191+206=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFCE is #014031. Grayscale: #D3D3D3. Windows color (decimal): -81970 or 13549566. OLE color: 13549566.

HSL color Cylindrical-coordinate representation of color #FEBFCE: hue angle of 345.71º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBFCE is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254191206-
CMYK00.250.190.00
HSL345.71º96.92%87.25%-
HSV(B)345.71º24.8%99.61%-
XYZ70.6462.7966.79-
YUV211.55124.87158.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 191 (75% from 255) = 29.34%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=39.02%
G=29.34%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419120600.250.190.00345.7196.9287.25
HexFEBFCE01913015a6157
Octal376277316031230532141127
Binary11111110101111111100111001100110011010101101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFCE; }

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

 H1.HeaderClassName
 {
   color: #FEBFCE;
 }
 .AnyTagClassName
 {
   color: #FEBFCE;
 }
</style>
background-color css

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

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

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

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

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

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