#FDDCDF

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

Shades of Pale Pink #FDDCDF

Tints of Pale Pink #FDDCDF

Color information

#FDDCDF (or 0xFDDCDF) is unknown color: approx Pale Pink. HEX triplet: FD, DC and DF. RGB value is (253,220,223). Sum of RGB (Red+Green+Blue) = 253+220+223=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCDF is #022320. Grayscale: #E6E6E6. Windows color (decimal): -140065 or 14671101. OLE color: 14671101.

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

Color convert

RGB253220223-
CMYK00.130.120.01
HSL354.55º89.19%92.75%-
HSV(B)354.55º13.04%99.22%-
XYZ79.4277.480.57-
YUV230.21123.93144.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.35%
GREEN value IS 220 (86.33% from 255) = 31.61%
BLUE value IS 223 (87.5% from 255) = 32.04%
R=36.35%
G=31.61%
B=32.04%

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
Decimal25322022300.130.120.01354.5589.1992.75
HexFDDCDF0DC1163595d
Octal375334337015141543131135
Binary111111011101110011011111011011100110110001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCDF; }

 p { color: rgb(253,220,223); }

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

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

 a { background-color: rgb(253,220,223); }

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

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

 span { border-color: rgb(253,220,223); }

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