#FCD7F1

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

Shades of Pig Pink #FCD7F1

Tints of Pig Pink #FCD7F1

Color information

#FCD7F1 (or 0xFCD7F1) is unknown color: approx Pig Pink. HEX triplet: FC, D7 and F1. RGB value is (252,215,241). Sum of RGB (Red+Green+Blue) = 252+215+241=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 215 (84.38% from 255 or 30.37% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD7F1 is #03280E. Grayscale: #E4E4E4. Windows color (decimal): -206863 or 15849468. OLE color: 15849468.

HSL color Cylindrical-coordinate representation of color #FCD7F1: hue angle of 317.84º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD7F1 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB252215241-
CMYK00.150.040.01
HSL317.84º86.05%91.57%-
HSV(B)317.84º14.68%98.82%-
XYZ80.3275.6593.59-
YUV229.03134.76144.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.59%
GREEN value IS 215 (84.38% from 255) = 30.37%
BLUE value IS 241 (94.53% from 255) = 34.04%
R=35.59%
G=30.37%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221524100.150.040.01317.8486.0591.57
HexFCD7F10F4113e565c
Octal37432736101741476126134
Binary11111100110101111111000101111100110011111010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7F1; }

 p { color: rgb(252,215,241); }

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

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

 a { background-color: rgb(252,215,241); }

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

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

 span { border-color: rgb(252,215,241); }

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