#F3E5DC

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

Shades of Fair Pink #F3E5DC

Tints of Fair Pink #F3E5DC

Color information

#F3E5DC (or 0xF3E5DC) is unknown color: approx Fair Pink. HEX triplet: F3, E5 and DC. RGB value is (243,229,220). Sum of RGB (Red+Green+Blue) = 243+229+220=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E5DC is #0C1A23. Grayscale: #E8E8E8. Windows color (decimal): -793124 or 14476787. OLE color: 14476787.

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

Color convert

RGB243229220-
CMYK00.060.090.05
HSL23.48º48.94%90.78%-
HSV(B)23.48º9.47%95.29%-
XYZ77.980.2679.1-
YUV232.16121.14135.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.12%
GREEN value IS 229 (89.84% from 255) = 33.09%
BLUE value IS 220 (86.33% from 255) = 31.79%
R=35.12%
G=33.09%
B=31.79%

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
Decimal24322922000.060.090.0523.4848.9490.78
HexF3E5DC069517315b
Octal363345334061152761133
Binary11110011111001011101110001101001101101111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E5DC; }

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

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

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

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

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

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

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

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