#FEDCEE

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

Shades of Pig Pink #FEDCEE

Tints of Pig Pink #FEDCEE

Color information

#FEDCEE (or 0xFEDCEE) is unknown color: approx Pig Pink. HEX triplet: FE, DC and EE. RGB value is (254,220,238). Sum of RGB (Red+Green+Blue) = 254+220+238=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCEE is #012311. Grayscale: #E8E8E8. Windows color (decimal): -74514 or 15654142. OLE color: 15654142.

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

Color convert

RGB254220238-
CMYK00.130.060.00
HSL328.24º94.44%92.94%-
HSV(B)328.24º13.39%99.61%-
XYZ81.978.4391.71-
YUV232.22131.26143.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 220 (86.33% from 255) = 30.90%
BLUE value IS 238 (93.36% from 255) = 33.43%
R=35.67%
G=30.90%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422023800.130.060.00328.2494.4492.94
HexFEDCEE0D601485e5d
Octal37633435601560510136135
Binary11111110110111001110111001101110010100100010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCEE; }

 p { color: rgb(254,220,238); }

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

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

 a { background-color: rgb(254,220,238); }

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

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

 span { border-color: rgb(254,220,238); }

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