#FEBDCB

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

Shades of Pink #FEBDCB

Tints of Pink #FEBDCB

Color information

#FEBDCB (or 0xFEBDCB) is unknown color: approx Pink. HEX triplet: FE, BD and CB. RGB value is (254,189,203). Sum of RGB (Red+Green+Blue) = 254+189+203=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDCB is #014234. Grayscale: #D2D2D2. Windows color (decimal): -82485 or 13352446. OLE color: 13352446.

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

Color convert

RGB254189203-
CMYK00.260.200.00
HSL347.08º97.01%86.86%-
HSV(B)347.08º25.59%99.61%-
XYZ69.8561.7864.74-
YUV210.03124.03159.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 189 (74.22% from 255) = 29.26%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=39.32%
G=29.26%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418920300.260.200.00347.0897.0186.86
HexFEBDCB01A14015b6157
Octal376275313032240533141127
Binary11111110101111011100101101101010100010101101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDCB; }

 p { color: rgb(254,189,203); }

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

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

 a { background-color: rgb(254,189,203); }

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

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

 span { border-color: rgb(254,189,203); }

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