#FDCFE9

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

Shades of Pig Pink #FDCFE9

Tints of Pig Pink #FDCFE9

Color information

#FDCFE9 (or 0xFDCFE9) is unknown color: approx Pig Pink. HEX triplet: FD, CF and E9. RGB value is (253,207,233). Sum of RGB (Red+Green+Blue) = 253+207+233=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFE9 is #023016. Grayscale: #DFDFDF. Windows color (decimal): -143383 or 15323133. OLE color: 15323133.

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

Color convert

RGB253207233-
CMYK00.180.080.01
HSL326.09º92%90.2%-
HSV(B)326.09º18.18%99.22%-
XYZ77.5371.3986.78-
YUV223.72133.24148.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.51%
GREEN value IS 207 (81.25% from 255) = 29.87%
BLUE value IS 233 (91.41% from 255) = 33.62%
R=36.51%
G=29.87%
B=33.62%

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
Decimal25320723300.180.080.01326.099290.2
HexFDCFE9012811465c5a
Octal375317351022101506134132
Binary1111110111001111111010010100101000110100011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFE9; }

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

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

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

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

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

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

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

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