#FCE0F3

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

Shades of Pig Pink #FCE0F3

Tints of Pig Pink #FCE0F3

Color information

#FCE0F3 (or 0xFCE0F3) is unknown color: approx Pig Pink. HEX triplet: FC, E0 and F3. RGB value is (252,224,243). Sum of RGB (Red+Green+Blue) = 252+224+243=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 224 (87.89% from 255 or 31.15% from 719); Blue value is 243 (95.31% from 255 or 33.80% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0F3 is #031F0C. Grayscale: #EAEAEA. Windows color (decimal): -204557 or 15982844. OLE color: 15982844.

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

Color convert

RGB252224243-
CMYK00.110.040.01
HSL319.29º82.35%93.33%-
HSV(B)319.29º11.11%98.82%-
XYZ82.9880.4895.95-
YUV234.54132.78140.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 224 (87.89% from 255) = 31.15%
BLUE value IS 243 (95.31% from 255) = 33.80%
R=35.05%
G=31.15%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222424300.110.040.01319.2982.3593.33
HexFCE0F30B4113f525d
Octal37434036301341477122135
Binary11111100111000001111001101011100110011111110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0F3; }

 p { color: rgb(252,224,243); }

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

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

 a { background-color: rgb(252,224,243); }

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

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

 span { border-color: rgb(252,224,243); }

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