#F3E6DE

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

Shades of Fair Pink #F3E6DE

Tints of Fair Pink #F3E6DE

Color information

#F3E6DE (or 0xF3E6DE) is unknown color: approx Fair Pink. HEX triplet: F3, E6 and DE. RGB value is (243,230,222). Sum of RGB (Red+Green+Blue) = 243+230+222=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E6DE is #0C1921. Grayscale: #E9E9E9. Windows color (decimal): -792866 or 14608115. OLE color: 14608115.

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

Color convert

RGB243230222-
CMYK00.050.090.05
HSL22.86º46.67%91.18%-
HSV(B)22.86º8.64%95.29%-
XYZ78.4480.9280.59-
YUV232.97121.81135.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.96%
GREEN value IS 230 (90.23% from 255) = 33.09%
BLUE value IS 222 (87.11% from 255) = 31.94%
R=34.96%
G=33.09%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323022200.050.090.0522.8646.6791.18
HexF3E6DE0595172f5b
Octal363346336051152757133
Binary11110011111001101101111001011001101101111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E6DE; }

 p { color: rgb(243,230,222); }

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

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

 a { background-color: rgb(243,230,222); }

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

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

 span { border-color: rgb(243,230,222); }

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