#FCDDEE

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

Shades of Pig Pink #FCDDEE

Tints of Pig Pink #FCDDEE

Color information

#FCDDEE (or 0xFCDDEE) is unknown color: approx Pig Pink. HEX triplet: FC, DD and EE. RGB value is (252,221,238). Sum of RGB (Red+Green+Blue) = 252+221+238=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDEE is #032211. Grayscale: #E8E8E8. Windows color (decimal): -205330 or 15654396. OLE color: 15654396.

HSL color Cylindrical-coordinate representation of color #FCDDEE: hue angle of 327.1º degrees, saturation: 0.84, 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 #FCDDEE is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB252221238-
CMYK00.120.060.01
HSL327.1º83.78%92.75%-
HSV(B)327.1º12.3%98.82%-
XYZ81.4378.5891.76-
YUV232.21131.27142.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.44%
GREEN value IS 221 (86.72% from 255) = 31.08%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=35.44%
G=31.08%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222123800.120.060.01327.183.7892.75
HexFCDDEE0C61147545d
Octal37433535601461507124135
Binary11111100110111011110111001100110110100011110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDEE; }

 p { color: rgb(252,221,238); }

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

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

 a { background-color: rgb(252,221,238); }

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

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

 span { border-color: rgb(252,221,238); }

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