#FCDBEE

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

Shades of Pig Pink #FCDBEE

Tints of Pig Pink #FCDBEE

Color information

#FCDBEE (or 0xFCDBEE) is unknown color: approx Pig Pink. HEX triplet: FC, DB and EE. RGB value is (252,219,238). Sum of RGB (Red+Green+Blue) = 252+219+238=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBEE is #032411. Grayscale: #E6E6E6. Windows color (decimal): -205842 or 15653884. OLE color: 15653884.

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

Color convert

RGB252219238-
CMYK00.130.060.01
HSL325.45º84.62%92.35%-
HSV(B)325.45º13.1%98.82%-
XYZ80.9177.5391.59-
YUV231.03131.93142.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 219 (85.94% from 255) = 30.89%
BLUE value IS 238 (93.36% from 255) = 33.57%
R=35.54%
G=30.89%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221923800.130.060.01325.4584.6292.35
HexFCDBEE0D61145555c
Octal37433335601561505125134
Binary11111100110110111110111001101110110100010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBEE; }

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

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

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

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

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

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

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

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