#F2DCDD

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

Shades of Pale Pink #F2DCDD

Tints of Pale Pink #F2DCDD

Color information

#F2DCDD (or 0xF2DCDD) is unknown color: approx Pale Pink. HEX triplet: F2, DC and DD. RGB value is (242,220,221). Sum of RGB (Red+Green+Blue) = 242+220+221=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCDD is #0D2322. Grayscale: #E2E2E2. Windows color (decimal): -860963 or 14540018. OLE color: 14540018.

HSL color Cylindrical-coordinate representation of color #F2DCDD: hue angle of 357.27º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DCDD is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242220221-
CMYK00.090.090.05
HSL357.27º45.83%90.59%-
HSV(B)357.27º9.09%94.9%-
XYZ75.2675.2878.97-
YUV226.69124.79138.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.43%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 221 (86.72% from 255) = 32.36%
R=35.43%
G=32.21%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222022100.090.090.05357.2745.8390.59
HexF2DCDD09951652e5b
Octal36233433501111554556133
Binary1111001011011100110111010100110011011011001011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCDD; }

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

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

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

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

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

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

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

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