#F9EBDC

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

Shades of Bridal Heath #F9EBDC

Tints of Bridal Heath #F9EBDC

Color information

#F9EBDC (or 0xF9EBDC) is unknown color: approx Bridal Heath. HEX triplet: F9, EB and DC. RGB value is (249,235,220). Sum of RGB (Red+Green+Blue) = 249+235+220=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EBDC is #061423. Grayscale: #EDEDED. Windows color (decimal): -398372 or 14478329. OLE color: 14478329.

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

Color convert

RGB249235220-
CMYK00.060.120.02
HSL31.03º70.73%91.96%-
HSV(B)31.03º11.65%97.65%-
XYZ81.6984.7279.76-
YUV237.48118.14136.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.37%
GREEN value IS 235 (92.19% from 255) = 33.38%
BLUE value IS 220 (86.33% from 255) = 31.25%
R=35.37%
G=33.38%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923522000.060.120.0231.0370.7391.96
HexF9EBDC06C21f475c
Octal3713533340614237107134
Binary11111001111010111101110001101100101111110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EBDC; }

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

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

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

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

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

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

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

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