#F3DBDC

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

Shades of Pale Pink #F3DBDC

Tints of Pale Pink #F3DBDC

Color information

#F3DBDC (or 0xF3DBDC) is unknown color: approx Pale Pink. HEX triplet: F3, DB and DC. RGB value is (243,219,220). Sum of RGB (Red+Green+Blue) = 243+219+220=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DBDC is #0C2423. Grayscale: #E2E2E2. Windows color (decimal): -795684 or 14474227. OLE color: 14474227.

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

Color convert

RGB243219220-
CMYK00.100.090.05
HSL357.5º50%90.59%-
HSV(B)357.5º9.88%95.29%-
XYZ75.2174.8978.2-
YUV226.29124.45139.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.63%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=35.63%
G=32.11%
B=32.26%

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
Decimal24321922000.100.090.05357.55090.59
HexF3DBDC0A95166325b
Octal36333333401211554662133
Binary1111001111011011110111000101010011011011001101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DBDC; }

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

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

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

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

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

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

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

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