#F9EBDD

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

Shades of Bridal Heath #F9EBDD

Tints of Bridal Heath #F9EBDD

Color information

#F9EBDD (or 0xF9EBDD) is unknown color: approx Bridal Heath. HEX triplet: F9, EB and DD. RGB value is (249,235,221). Sum of RGB (Red+Green+Blue) = 249+235+221=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EBDD is #061422. Grayscale: #EDEDED. Windows color (decimal): -398371 or 14543865. OLE color: 14543865.

HSL color Cylindrical-coordinate representation of color #F9EBDD: hue angle of 30º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9EBDD is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB249235221-
CMYK00.060.110.02
HSL30º70%92.16%-
HSV(B)30º11.24%97.65%-
XYZ81.8384.7880.46-
YUV237.59118.64136.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.32%
GREEN value IS 235 (92.19% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 31.35%
R=35.32%
G=33.33%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923522100.060.110.02307092.16
HexF9EBDD06B21e465c
Octal3713533350613236106134
Binary11111001111010111101110101101011101111010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EBDD; }

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

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

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

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

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

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

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

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