#FEDBE8

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

Shades of Pig Pink #FEDBE8

Tints of Pig Pink #FEDBE8

Color information

#FEDBE8 (or 0xFEDBE8) is unknown color: approx Pig Pink. HEX triplet: FE, DB and E8. RGB value is (254,219,232). Sum of RGB (Red+Green+Blue) = 254+219+232=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBE8 is #012417. Grayscale: #E6E6E6. Windows color (decimal): -74776 or 15260670. OLE color: 15260670.

HSL color Cylindrical-coordinate representation of color #FEDBE8: hue angle of 337.71º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDBE8 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB254219232-
CMYK00.140.090.00
HSL337.71º94.59%92.75%-
HSV(B)337.71º13.78%99.61%-
XYZ80.7777.5687.06-
YUV230.95128.6144.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 219 (85.94% from 255) = 31.06%
BLUE value IS 232 (91.02% from 255) = 32.91%
R=36.03%
G=31.06%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421923200.140.090.00337.7194.5992.75
HexFEDBE80E901525f5d
Octal376333350016110522137135
Binary111111101101101111101000011101001010101001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBE8; }

 p { color: rgb(254,219,232); }

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

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

 a { background-color: rgb(254,219,232); }

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

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

 span { border-color: rgb(254,219,232); }

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