#FFCFDF

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

Shades of Pig Pink #FFCFDF

Tints of Pig Pink #FFCFDF

Color information

#FFCFDF (or 0xFFCFDF) is unknown color: approx Pig Pink. HEX triplet: FF, CF and DF. RGB value is (255,207,223). Sum of RGB (Red+Green+Blue) = 255+207+223=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFDF is #003020. Grayscale: #DFDFDF. Windows color (decimal): -12321 or 14667775. OLE color: 14667775.

HSL color Cylindrical-coordinate representation of color #FFCFDF: hue angle of 340º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFDF is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255207223-
CMYK00.190.130
HSL340º100%90.59%-
HSV(B)340º18.82%100%-
XYZ76.8771.2179.51-
YUV223.18127.9150.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 207 (81.25% from 255) = 30.22%
BLUE value IS 223 (87.5% from 255) = 32.55%
R=37.23%
G=30.22%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520722300.190.13034010090.59
HexFFCFDF013D0154645b
Octal377317337023150524144133
Binary1111111111001111110111110100111101010101010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFDF; }

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

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

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

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

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

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

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

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