#FCDBF1

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

Shades of Pig Pink #FCDBF1

Tints of Pig Pink #FCDBF1

Color information

#FCDBF1 (or 0xFCDBF1) is unknown color: approx Pig Pink. HEX triplet: FC, DB and F1. RGB value is (252,219,241). Sum of RGB (Red+Green+Blue) = 252+219+241=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBF1 is #03240E. Grayscale: #E7E7E7. Windows color (decimal): -205839 or 15850492. OLE color: 15850492.

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

Color convert

RGB252219241-
CMYK00.130.040.01
HSL320º84.62%92.35%-
HSV(B)320º13.1%98.82%-
XYZ81.3577.7193.93-
YUV231.38133.43142.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 219 (85.94% from 255) = 30.76%
BLUE value IS 241 (94.53% from 255) = 33.85%
R=35.39%
G=30.76%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221924100.130.040.0132084.6292.35
HexFCDBF10D41140555c
Octal37433336101541500125134
Binary11111100110110111111000101101100110100000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBF1; }

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

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

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

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

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

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

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

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