#F6E9DD

Color #F6E9DD Bridal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bridal Heath #F6E9DD

Tints of Bridal Heath #F6E9DD

Color information

#F6E9DD (or 0xF6E9DD) is unknown color: approx Bridal Heath. HEX triplet: F6, E9 and DD. RGB value is (246,233,221). Sum of RGB (Red+Green+Blue) = 246+233+221=700 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.14% from 700); Green value is 233 (91.41% from 255 or 33.29% from 700); Blue value is 221 (86.72% from 255 or 31.57% from 700); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E9DD is #091622. Grayscale: #EBEBEB. Windows color (decimal): -595491 or 14543350. OLE color: 14543350.

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

Color convert

RGB246233221-
CMYK00.050.100.04
HSL28.8º58.14%91.57%-
HSV(B)28.8º10.16%96.47%-
XYZ80.283.0980.22-
YUV235.52119.81135.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.14%
GREEN value IS 233 (91.41% from 255) = 33.29%
BLUE value IS 221 (86.72% from 255) = 31.57%
R=35.14%
G=33.29%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623322100.050.100.0428.858.1491.57
HexF6E9DD05A41d3a5c
Octal366351335051243572134
Binary11110110111010011101110101011010100111011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E9DD; }

 p { color: rgb(246,233,221); }

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

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

 a { background-color: rgb(246,233,221); }

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

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

 span { border-color: rgb(246,233,221); }

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