#F8EBDB

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

Shades of Bridal Heath #F8EBDB

Tints of Bridal Heath #F8EBDB

Color information

#F8EBDB (or 0xF8EBDB) is unknown color: approx Bridal Heath. HEX triplet: F8, EB and DB. RGB value is (248,235,219). Sum of RGB (Red+Green+Blue) = 248+235+219=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBDB is #071424. Grayscale: #EDEDED. Windows color (decimal): -463909 or 14412792. OLE color: 14412792.

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

Color convert

RGB248235219-
CMYK00.050.120.03
HSL33.1º67.44%91.57%-
HSV(B)33.1º11.69%97.25%-
XYZ81.2184.4979.05-
YUV237.06117.81135.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.33%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 219 (85.94% from 255) = 31.20%
R=35.33%
G=33.48%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823521900.050.120.0333.167.4491.57
HexF8EBDB05C321435c
Octal3703533330514341103134
Binary111110001110101111011011010111001110000110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EBDB; }

 p { color: rgb(248,235,219); }

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

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

 a { background-color: rgb(248,235,219); }

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

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

 span { border-color: rgb(248,235,219); }

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