#F0DCDD

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

Shades of Pale Pink #F0DCDD

Tints of Pale Pink #F0DCDD

Color information

#F0DCDD (or 0xF0DCDD) is unknown color: approx Pale Pink. HEX triplet: F0, DC and DD. RGB value is (240,220,221). Sum of RGB (Red+Green+Blue) = 240+220+221=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCDD is #0F2322. Grayscale: #E2E2E2. Windows color (decimal): -992035 or 14540016. OLE color: 14540016.

HSL color Cylindrical-coordinate representation of color #F0DCDD: hue angle of 357º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DCDD is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240220221-
CMYK00.080.080.06
HSL357º40%90.2%-
HSV(B)357º8.33%94.12%-
XYZ74.5874.9378.94-
YUV226.09125.13137.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.24%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 221 (86.72% from 255) = 32.45%
R=35.24%
G=32.31%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022022100.080.080.063574090.2
HexF0DCDD0886165285a
Octal36033433501010654550132
Binary1111000011011100110111010100010001101011001011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCDD; }

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

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

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

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

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

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

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

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