#FEDCDD

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

Shades of Pale Pink #FEDCDD

Tints of Pale Pink #FEDCDD

Color information

#FEDCDD (or 0xFEDCDD) is unknown color: approx Pale Pink. HEX triplet: FE, DC and DD. RGB value is (254,220,221). Sum of RGB (Red+Green+Blue) = 254+220+221=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCDD is #012322. Grayscale: #E6E6E6. Windows color (decimal): -74531 or 14540030. OLE color: 14540030.

HSL color Cylindrical-coordinate representation of color #FEDCDD: hue angle of 358.24º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDCDD is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254220221-
CMYK00.130.130.00
HSL358.24º94.44%92.94%-
HSV(B)358.24º13.39%99.61%-
XYZ79.5277.4879.17-
YUV230.28122.76144.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 220 (86.33% from 255) = 31.65%
BLUE value IS 221 (86.72% from 255) = 31.80%
R=36.55%
G=31.65%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422022100.130.130.00358.2494.4492.94
HexFEDCDD0DD01665e5d
Octal376334335015150546136135
Binary111111101101110011011101011011101010110011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCDD; }

 p { color: rgb(254,220,221); }

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

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

 a { background-color: rgb(254,220,221); }

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

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

 span { border-color: rgb(254,220,221); }

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