#FDCFDF

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

Shades of Pig Pink #FDCFDF

Tints of Pig Pink #FDCFDF

Color information

#FDCFDF (or 0xFDCFDF) is unknown color: approx Pig Pink. HEX triplet: FD, CF and DF. RGB value is (253,207,223). Sum of RGB (Red+Green+Blue) = 253+207+223=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFDF is #023020. Grayscale: #DEDEDE. Windows color (decimal): -143393 or 14667773. OLE color: 14667773.

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

Color convert

RGB253207223-
CMYK00.180.120.01
HSL339.13º92%90.2%-
HSV(B)339.13º18.18%99.22%-
XYZ76.1470.8479.47-
YUV222.58128.24149.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.04%
GREEN value IS 207 (81.25% from 255) = 30.31%
BLUE value IS 223 (87.5% from 255) = 32.65%
R=37.04%
G=30.31%
B=32.65%

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
Decimal25320722300.180.120.01339.139290.2
HexFDCFDF012C11535c5a
Octal375317337022141523134132
Binary1111110111001111110111110100101100110101001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFDF; }

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

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

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

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

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

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

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

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