#FCDBDF

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

Shades of Pale Pink #FCDBDF

Tints of Pale Pink #FCDBDF

Color information

#FCDBDF (or 0xFCDBDF) is unknown color: approx Pale Pink. HEX triplet: FC, DB and DF. RGB value is (252,219,223). Sum of RGB (Red+Green+Blue) = 252+219+223=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBDF is #032420. Grayscale: #E5E5E5. Windows color (decimal): -205857 or 14670844. OLE color: 14670844.

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

Color convert

RGB252219223-
CMYK00.130.120.01
HSL352.73º84.62%92.35%-
HSV(B)352.73º13.1%98.82%-
XYZ78.876.6980.46-
YUV229.32124.43144.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.31%
GREEN value IS 219 (85.94% from 255) = 31.56%
BLUE value IS 223 (87.5% from 255) = 32.13%
R=36.31%
G=31.56%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221922300.130.120.01352.7384.6292.35
HexFCDBDF0DC1161555c
Octal374333337015141541125134
Binary111111001101101111011111011011100110110000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBDF; }

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

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

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

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

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

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

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

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