#FDCFE1

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

Shades of Pig Pink #FDCFE1

Tints of Pig Pink #FDCFE1

Color information

#FDCFE1 (or 0xFDCFE1) is unknown color: approx Pig Pink. HEX triplet: FD, CF and E1. RGB value is (253,207,225). Sum of RGB (Red+Green+Blue) = 253+207+225=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFE1 is #02301E. Grayscale: #DEDEDE. Windows color (decimal): -143391 or 14798845. OLE color: 14798845.

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

Color convert

RGB253207225-
CMYK00.180.110.01
HSL336.52º92%90.2%-
HSV(B)336.52º18.18%99.22%-
XYZ76.4170.9480.9-
YUV222.81129.24149.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.93%
GREEN value IS 207 (81.25% from 255) = 30.22%
BLUE value IS 225 (88.28% from 255) = 32.85%
R=36.93%
G=30.22%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320722500.180.110.01336.529290.2
HexFDCFE1012B11515c5a
Octal375317341022131521134132
Binary1111110111001111111000010100101011110101000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFE1; }

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

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

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

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

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

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

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

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