#FEBDCD

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

Shades of Pink #FEBDCD

Tints of Pink #FEBDCD

Color information

#FEBDCD (or 0xFEBDCD) is unknown color: approx Pink. HEX triplet: FE, BD and CD. RGB value is (254,189,205). Sum of RGB (Red+Green+Blue) = 254+189+205=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDCD is #014232. Grayscale: #D2D2D2. Windows color (decimal): -82483 or 13483518. OLE color: 13483518.

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

Color convert

RGB254189205-
CMYK00.260.190.00
HSL345.23º97.01%86.86%-
HSV(B)345.23º25.59%99.61%-
XYZ70.0961.8766.01-
YUV210.26125.03159.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 189 (74.22% from 255) = 29.17%
BLUE value IS 205 (80.47% from 255) = 31.64%
R=39.20%
G=29.17%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418920500.260.190.00345.2397.0186.86
HexFEBDCD01A1301596157
Octal376275315032230531141127
Binary11111110101111011100110101101010011010101100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDCD; }

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

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

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

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

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

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

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

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