#FEBDC8

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

Shades of Pink #FEBDC8

Tints of Pink #FEBDC8

Color information

#FEBDC8 (or 0xFEBDC8) is unknown color: approx Pink. HEX triplet: FE, BD and C8. RGB value is (254,189,200). Sum of RGB (Red+Green+Blue) = 254+189+200=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDC8 is #014237. Grayscale: #D1D1D1. Windows color (decimal): -82488 or 13155838. OLE color: 13155838.

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

Color convert

RGB254189200-
CMYK00.260.210.00
HSL349.85º97.01%86.86%-
HSV(B)349.85º25.59%99.61%-
XYZ69.561.6462.88-
YUV209.69122.53159.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 189 (74.22% from 255) = 29.39%
BLUE value IS 200 (78.52% from 255) = 31.10%
R=39.50%
G=29.39%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418920000.260.210.00349.8597.0186.86
HexFEBDC801A15015e6157
Octal376275310032250536141127
Binary11111110101111011100100001101010101010101111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDC8; }

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

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

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

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

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

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

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

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