#FCDBF0

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

Shades of Pig Pink #FCDBF0

Tints of Pig Pink #FCDBF0

Color information

#FCDBF0 (or 0xFCDBF0) is unknown color: approx Pig Pink. HEX triplet: FC, DB and F0. RGB value is (252,219,240). Sum of RGB (Red+Green+Blue) = 252+219+240=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBF0 is #03240F. Grayscale: #E7E7E7. Windows color (decimal): -205840 or 15784956. OLE color: 15784956.

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

Color convert

RGB252219240-
CMYK00.130.050.01
HSL321.82º84.62%92.35%-
HSV(B)321.82º13.1%98.82%-
XYZ81.277.6593.15-
YUV231.26132.93142.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.44%
GREEN value IS 219 (85.94% from 255) = 30.80%
BLUE value IS 240 (94.14% from 255) = 33.76%
R=35.44%
G=30.80%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221924000.130.050.01321.8284.6292.35
HexFCDBF00D51142555c
Octal37433336001551502125134
Binary11111100110110111111000001101101110100001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBF0; }

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

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

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

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

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

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

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

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