#F2DADC

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

Shades of Pale Pink #F2DADC

Tints of Pale Pink #F2DADC

Color information

#F2DADC (or 0xF2DADC) is unknown color: approx Pale Pink. HEX triplet: F2, DA and DC. RGB value is (242,218,220). Sum of RGB (Red+Green+Blue) = 242+218+220=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DADC is #0D2523. Grayscale: #E1E1E1. Windows color (decimal): -861476 or 14473970. OLE color: 14473970.

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

Color convert

RGB242218220-
CMYK00.100.090.05
HSL355º48%90.2%-
HSV(B)355º9.92%94.9%-
XYZ74.6174.1978.1-
YUV225.4124.95139.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.59%
GREEN value IS 218 (85.55% from 255) = 32.06%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=35.59%
G=32.06%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221822000.100.090.053554890.2
HexF2DADC0A95163305a
Octal36233233401211554360132
Binary1111001011011010110111000101010011011011000111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DADC; }

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

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

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

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

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

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

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

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