#F6EBDD

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

Shades of Bridal Heath #F6EBDD

Tints of Bridal Heath #F6EBDD

Color information

#F6EBDD (or 0xF6EBDD) is unknown color: approx Bridal Heath. HEX triplet: F6, EB and DD. RGB value is (246,235,221). Sum of RGB (Red+Green+Blue) = 246+235+221=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EBDD is #091422. Grayscale: #ECECEC. Windows color (decimal): -594979 or 14543862. OLE color: 14543862.

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

Color convert

RGB246235221-
CMYK00.040.100.04
HSL33.6º58.14%91.57%-
HSV(B)33.6º10.16%96.47%-
XYZ80.7784.2380.41-
YUV236.69119.14134.64-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.04%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 221 (86.72% from 255) = 31.48%
R=35.04%
G=33.48%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623522100.040.100.0433.658.1491.57
HexF6EBDD04A4223a5c
Octal366353335041244272134
Binary111101101110101111011101010010101001000101110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EBDD; }

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

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

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

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

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

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

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

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