#F3E5DB

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

Shades of Fair Pink #F3E5DB

Tints of Fair Pink #F3E5DB

Color information

#F3E5DB (or 0xF3E5DB) is unknown color: approx Fair Pink. HEX triplet: F3, E5 and DB. RGB value is (243,229,219). Sum of RGB (Red+Green+Blue) = 243+229+219=691 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.17% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E5DB is #0C1A24. Grayscale: #E8E8E8. Windows color (decimal): -793125 or 14411251. OLE color: 14411251.

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

Color convert

RGB243229219-
CMYK00.060.100.05
HSL25º50%90.59%-
HSV(B)25º9.88%95.29%-
XYZ77.7780.2178.4-
YUV232.05120.64135.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.17%
GREEN value IS 229 (89.84% from 255) = 33.14%
BLUE value IS 219 (85.94% from 255) = 31.69%
R=35.17%
G=33.14%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322921900.060.100.05255090.59
HexF3E5DB06A519325b
Octal363345333061253162133
Binary11110011111001011101101101101010101110011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E5DB; }

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

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

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

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

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

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

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

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