#FDCEE5

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

Shades of Pig Pink #FDCEE5

Tints of Pig Pink #FDCEE5

Color information

#FDCEE5 (or 0xFDCEE5) is unknown color: approx Pig Pink. HEX triplet: FD, CE and E5. RGB value is (253,206,229). Sum of RGB (Red+Green+Blue) = 253+206+229=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEE5 is #02311A. Grayscale: #DEDEDE. Windows color (decimal): -143643 or 15060733. OLE color: 15060733.

HSL color Cylindrical-coordinate representation of color #FDCEE5: hue angle of 330.64º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCEE5 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB253206229-
CMYK00.190.090.01
HSL330.64º92.16%90%-
HSV(B)330.64º18.58%99.22%-
XYZ76.7270.6883.73-
YUV222.68131.57149.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.77%
GREEN value IS 206 (80.86% from 255) = 29.94%
BLUE value IS 229 (89.84% from 255) = 33.28%
R=36.77%
G=29.94%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320622900.190.090.01330.6492.1690
HexFDCEE50139114b5c5a
Octal375316345023111513134132
Binary1111110111001110111001010100111001110100101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEE5; }

 p { color: rgb(253,206,229); }

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

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

 a { background-color: rgb(253,206,229); }

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

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

 span { border-color: rgb(253,206,229); }

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