#FCDDDE

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

Shades of Pale Pink #FCDDDE

Tints of Pale Pink #FCDDDE

Color information

#FCDDDE (or 0xFCDDDE) is unknown color: approx Pale Pink. HEX triplet: FC, DD and DE. RGB value is (252,221,222). Sum of RGB (Red+Green+Blue) = 252+221+222=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDDE is #032221. Grayscale: #E6E6E6. Windows color (decimal): -205346 or 14605820. OLE color: 14605820.

HSL color Cylindrical-coordinate representation of color #FCDDDE: hue angle of 358.06º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDDE is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252221222-
CMYK00.120.120.01
HSL358.06º83.78%92.75%-
HSV(B)358.06º12.3%98.82%-
XYZ79.1977.6879.93-
YUV230.38123.27143.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 221 (86.72% from 255) = 31.80%
BLUE value IS 222 (87.11% from 255) = 31.94%
R=36.26%
G=31.80%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222122200.120.120.01358.0683.7892.75
HexFCDDDE0CC1166545d
Octal374335336014141546124135
Binary111111001101110111011110011001100110110011010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDDE; }

 p { color: rgb(252,221,222); }

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

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

 a { background-color: rgb(252,221,222); }

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

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

 span { border-color: rgb(252,221,222); }

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