#FEBDD0

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

Shades of Pink #FEBDD0

Tints of Pink #FEBDD0

Color information

#FEBDD0 (or 0xFEBDD0) is unknown color: approx Pink. HEX triplet: FE, BD and D0. RGB value is (254,189,208). Sum of RGB (Red+Green+Blue) = 254+189+208=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDD0 is #01422F. Grayscale: #D2D2D2. Windows color (decimal): -82480 or 13680126. OLE color: 13680126.

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

Color convert

RGB254189208-
CMYK00.260.180.00
HSL342.46º97.01%86.86%-
HSV(B)342.46º25.59%99.61%-
XYZ70.4662.0267.93-
YUV210.6126.53158.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 189 (74.22% from 255) = 29.03%
BLUE value IS 208 (81.64% from 255) = 31.95%
R=39.02%
G=29.03%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418920800.260.180.00342.4697.0186.86
HexFEBDD001A1201566157
Octal376275320032220526141127
Binary11111110101111011101000001101010010010101011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDD0; }

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

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

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

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

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

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

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

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