#FCDEF1

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

Shades of Pig Pink #FCDEF1

Tints of Pig Pink #FCDEF1

Color information

#FCDEF1 (or 0xFCDEF1) is unknown color: approx Pig Pink. HEX triplet: FC, DE and F1. RGB value is (252,222,241). Sum of RGB (Red+Green+Blue) = 252+222+241=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEF1 is #03210E. Grayscale: #E9E9E9. Windows color (decimal): -205071 or 15851260. OLE color: 15851260.

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

Color convert

RGB252222241-
CMYK00.120.040.01
HSL322º83.33%92.94%-
HSV(B)322º11.9%98.82%-
XYZ82.1479.2994.19-
YUV233.14132.44141.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.24%
GREEN value IS 222 (87.11% from 255) = 31.05%
BLUE value IS 241 (94.53% from 255) = 33.71%
R=35.24%
G=31.05%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222224100.120.040.0132283.3392.94
HexFCDEF10C41142535d
Octal37433636101441502123135
Binary11111100110111101111000101100100110100001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEF1; }

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

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

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

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

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

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

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

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