#F6E7DE

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

Shades of Fair Pink #F6E7DE

Tints of Fair Pink #F6E7DE

Color information

#F6E7DE (or 0xF6E7DE) is unknown color: approx Fair Pink. HEX triplet: F6, E7 and DE. RGB value is (246,231,222). Sum of RGB (Red+Green+Blue) = 246+231+222=699 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.19% from 699); Green value is 231 (90.62% from 255 or 33.05% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E7DE is #091821. Grayscale: #EAEAEA. Windows color (decimal): -596002 or 14608374. OLE color: 14608374.

HSL color Cylindrical-coordinate representation of color #F6E7DE: hue angle of 22.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6E7DE is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB246231222-
CMYK00.060.100.04
HSL22.5º57.14%91.76%-
HSV(B)22.5º9.76%96.47%-
XYZ79.7782.0280.73-
YUV234.46120.97136.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.19%
GREEN value IS 231 (90.62% from 255) = 33.05%
BLUE value IS 222 (87.11% from 255) = 31.76%
R=35.19%
G=33.05%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623122200.060.100.0422.557.1491.76
HexF6E7DE06A417395c
Octal366347336061242771134
Binary11110110111001111101111001101010100101111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E7DE; }

 p { color: rgb(246,231,222); }

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

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

 a { background-color: rgb(246,231,222); }

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

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

 span { border-color: rgb(246,231,222); }

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