#F2DBDC

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

Shades of Pale Pink #F2DBDC

Tints of Pale Pink #F2DBDC

Color information

#F2DBDC (or 0xF2DBDC) is unknown color: approx Pale Pink. HEX triplet: F2, DB and DC. RGB value is (242,219,220). Sum of RGB (Red+Green+Blue) = 242+219+220=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBDC is #0D2423. Grayscale: #E2E2E2. Windows color (decimal): -861220 or 14474226. OLE color: 14474226.

HSL color Cylindrical-coordinate representation of color #F2DBDC: hue angle of 357.39º degrees, saturation: 0.47, 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 #F2DBDC is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242219220-
CMYK00.100.090.05
HSL357.39º46.94%90.39%-
HSV(B)357.39º9.5%94.9%-
XYZ74.8774.7178.18-
YUV225.99124.62139.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 219 (85.94% from 255) = 32.16%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=35.54%
G=32.16%
B=32.31%

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
Decimal24221922000.100.090.05357.3946.9490.39
HexF2DBDC0A951652f5a
Octal36233333401211554557132
Binary1111001011011011110111000101010011011011001011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DBDC; }

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

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

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

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

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

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

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

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