#FDCFDE

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

Shades of Pig Pink #FDCFDE

Tints of Pig Pink #FDCFDE

Color information

#FDCFDE (or 0xFDCFDE) is unknown color: approx Pig Pink. HEX triplet: FD, CF and DE. RGB value is (253,207,222). Sum of RGB (Red+Green+Blue) = 253+207+222=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFDE is #023021. Grayscale: #DEDEDE. Windows color (decimal): -143394 or 14602237. OLE color: 14602237.

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

Color convert

RGB253207222-
CMYK00.180.120.01
HSL340.43º92%90.2%-
HSV(B)340.43º18.18%99.22%-
XYZ76.0170.7878.76-
YUV222.46127.74149.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.10%
GREEN value IS 207 (81.25% from 255) = 30.35%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=37.10%
G=30.35%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320722200.180.120.01340.439290.2
HexFDCFDE012C11545c5a
Octal375317336022141524134132
Binary1111110111001111110111100100101100110101010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFDE; }

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

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

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

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

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

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

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

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