#F3E4DB

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

Shades of Fair Pink #F3E4DB

Tints of Fair Pink #F3E4DB

Color information

#F3E4DB (or 0xF3E4DB) is unknown color: approx Fair Pink. HEX triplet: F3, E4 and DB. RGB value is (243,228,219). Sum of RGB (Red+Green+Blue) = 243+228+219=690 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.22% from 690); Green value is 228 (89.45% from 255 or 33.04% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E4DB is #0C1B24. Grayscale: #E7E7E7. Windows color (decimal): -793381 or 14410995. OLE color: 14410995.

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

Color convert

RGB243228219-
CMYK00.060.100.05
HSL22.5º50%90.59%-
HSV(B)22.5º9.88%95.29%-
XYZ77.4979.6678.31-
YUV231.46120.97136.23-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.22%
GREEN value IS 228 (89.45% from 255) = 33.04%
BLUE value IS 219 (85.94% from 255) = 31.74%
R=35.22%
G=33.04%
B=31.74%

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
Decimal24322821900.060.100.0522.55090.59
HexF3E4DB06A517325b
Octal363344333061252762133
Binary11110011111001001101101101101010101101111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E4DB; }

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

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

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

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

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

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

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

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