#FCDBE8

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

Shades of Pig Pink #FCDBE8

Tints of Pig Pink #FCDBE8

Color information

#FCDBE8 (or 0xFCDBE8) is unknown color: approx Pig Pink. HEX triplet: FC, DB and E8. RGB value is (252,219,232). Sum of RGB (Red+Green+Blue) = 252+219+232=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 232 (91.02% from 255 or 33.00% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBE8 is #032417. Grayscale: #E6E6E6. Windows color (decimal): -205848 or 15260668. OLE color: 15260668.

HSL color Cylindrical-coordinate representation of color #FCDBE8: hue angle of 336.36º 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 #FCDBE8 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252219232-
CMYK00.130.080.01
HSL336.36º84.62%92.35%-
HSV(B)336.36º13.1%98.82%-
XYZ80.0477.1887.02-
YUV230.35128.93143.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 219 (85.94% from 255) = 31.15%
BLUE value IS 232 (91.02% from 255) = 33.00%
R=35.85%
G=31.15%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221923200.130.080.01336.3684.6292.35
HexFCDBE80D81150555c
Octal374333350015101520125134
Binary111111001101101111101000011011000110101000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBE8; }

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

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

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

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

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

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

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

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