#F3E5DD

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

Shades of Fair Pink #F3E5DD

Tints of Fair Pink #F3E5DD

Color information

#F3E5DD (or 0xF3E5DD) is unknown color: approx Fair Pink. HEX triplet: F3, E5 and DD. RGB value is (243,229,221). Sum of RGB (Red+Green+Blue) = 243+229+221=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 229 (89.84% from 255 or 33.04% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E5DD is #0C1A22. Grayscale: #E8E8E8. Windows color (decimal): -793123 or 14542323. OLE color: 14542323.

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

Color convert

RGB243229221-
CMYK00.060.090.05
HSL21.82º47.83%90.98%-
HSV(B)21.82º9.05%95.29%-
XYZ78.0380.3179.8-
YUV232.27121.64135.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.06%
GREEN value IS 229 (89.84% from 255) = 33.04%
BLUE value IS 221 (86.72% from 255) = 31.89%
R=35.06%
G=33.04%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322922100.060.090.0521.8247.8390.98
HexF3E5DD069516305b
Octal363345335061152660133
Binary11110011111001011101110101101001101101101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E5DD; }

 p { color: rgb(243,229,221); }

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

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

 a { background-color: rgb(243,229,221); }

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

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

 span { border-color: rgb(243,229,221); }

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