#FDCFE0

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

Shades of Pig Pink #FDCFE0

Tints of Pig Pink #FDCFE0

Color information

#FDCFE0 (or 0xFDCFE0) is unknown color: approx Pig Pink. HEX triplet: FD, CF and E0. RGB value is (253,207,224). Sum of RGB (Red+Green+Blue) = 253+207+224=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFE0 is #02301F. Grayscale: #DEDEDE. Windows color (decimal): -143392 or 14733309. OLE color: 14733309.

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

Color convert

RGB253207224-
CMYK00.180.110.01
HSL337.83º92%90.2%-
HSV(B)337.83º18.18%99.22%-
XYZ76.2870.8980.18-
YUV222.69128.74149.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.99%
GREEN value IS 207 (81.25% from 255) = 30.26%
BLUE value IS 224 (87.89% from 255) = 32.75%
R=36.99%
G=30.26%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320722400.180.110.01337.839290.2
HexFDCFE0012B11525c5a
Octal375317340022131522134132
Binary1111110111001111111000000100101011110101001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFE0; }

 p { color: rgb(253,207,224); }

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

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

 a { background-color: rgb(253,207,224); }

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

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

 span { border-color: rgb(253,207,224); }

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