#FDCFE8

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

Shades of Pig Pink #FDCFE8

Tints of Pig Pink #FDCFE8

Color information

#FDCFE8 (or 0xFDCFE8) is unknown color: approx Pig Pink. HEX triplet: FD, CF and E8. RGB value is (253,207,232). Sum of RGB (Red+Green+Blue) = 253+207+232=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFE8 is #023017. Grayscale: #DFDFDF. Windows color (decimal): -143384 or 15257597. OLE color: 15257597.

HSL color Cylindrical-coordinate representation of color #FDCFE8: hue angle of 327.39º 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 #FDCFE8 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253207232-
CMYK00.180.080.01
HSL327.39º92%90.2%-
HSV(B)327.39º18.18%99.22%-
XYZ77.3971.3386.03-
YUV223.6132.74148.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.56%
GREEN value IS 207 (81.25% from 255) = 29.91%
BLUE value IS 232 (91.02% from 255) = 33.53%
R=36.56%
G=29.91%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320723200.180.080.01327.399290.2
HexFDCFE8012811475c5a
Octal375317350022101507134132
Binary1111110111001111111010000100101000110100011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFE8; }

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

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

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

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

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

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

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

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