#F7EBDC

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

Shades of Bridal Heath #F7EBDC

Tints of Bridal Heath #F7EBDC

Color information

#F7EBDC (or 0xF7EBDC) is unknown color: approx Bridal Heath. HEX triplet: F7, EB and DC. RGB value is (247,235,220). Sum of RGB (Red+Green+Blue) = 247+235+220=702 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.19% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EBDC is #081423. Grayscale: #ECECEC. Windows color (decimal): -529444 or 14478327. OLE color: 14478327.

HSL color Cylindrical-coordinate representation of color #F7EBDC: hue angle of 33.33º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7EBDC is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB247235220-
CMYK00.050.110.03
HSL33.33º62.79%91.57%-
HSV(B)33.33º10.93%96.86%-
XYZ80.9884.3679.72-
YUV236.88118.48135.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.19%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=35.19%
G=33.48%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723522000.050.110.0333.3362.7991.57
HexF7EBDC05B3213f5c
Octal367353334051334177134
Binary11110111111010111101110001011011111000011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EBDC; }

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

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

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

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

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

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

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

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