#F3D9DB

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

Shades of Pale Pink #F3D9DB

Tints of Pale Pink #F3D9DB

Color information

#F3D9DB (or 0xF3D9DB) is unknown color: approx Pale Pink. HEX triplet: F3, D9 and DB. RGB value is (243,217,219). Sum of RGB (Red+Green+Blue) = 243+217+219=679 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.79% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D9DB is #0C2624. Grayscale: #E1E1E1. Windows color (decimal): -796197 or 14408179. OLE color: 14408179.

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

Color convert

RGB243217219-
CMYK00.110.100.05
HSL355.38º52%90.2%-
HSV(B)355.38º10.7%95.29%-
XYZ74.5673.7977.33-
YUV225124.61140.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.79%
GREEN value IS 217 (85.16% from 255) = 31.96%
BLUE value IS 219 (85.94% from 255) = 32.25%
R=35.79%
G=31.96%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321721900.110.100.05355.385290.2
HexF3D9DB0BA5163345a
Octal36333133301312554364132
Binary1111001111011001110110110101110101011011000111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D9DB; }

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

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

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

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

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

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

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

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