#FDE2EE

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

Shades of Pig Pink #FDE2EE

Tints of Pig Pink #FDE2EE

Color information

#FDE2EE (or 0xFDE2EE) is unknown color: approx Pig Pink. HEX triplet: FD, E2 and EE. RGB value is (253,226,238). Sum of RGB (Red+Green+Blue) = 253+226+238=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE2EE is #021D11. Grayscale: #EBEBEB. Windows color (decimal): -138514 or 15655677. OLE color: 15655677.

HSL color Cylindrical-coordinate representation of color #FDE2EE: hue angle of 333.33º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE2EE is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253226238-
CMYK00.110.060.01
HSL333.33º87.1%93.92%-
HSV(B)333.33º10.67%99.22%-
XYZ83.1481.4592.23-
YUV235.44129.45140.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.29%
GREEN value IS 226 (88.67% from 255) = 31.52%
BLUE value IS 238 (93.36% from 255) = 33.19%
R=35.29%
G=31.52%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322623800.110.060.01333.3387.193.92
HexFDE2EE0B6114d575e
Octal37534235601361515127136
Binary11111101111000101110111001011110110100110110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2EE; }

 p { color: rgb(253,226,238); }

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

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

 a { background-color: rgb(253,226,238); }

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

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

 span { border-color: rgb(253,226,238); }

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