Html Css Color HEX #F8EBDB Bridal Heath

📋 copy color: '#F8EBDB'

red 248 ◦ green 235 ◦ blue 219

#F8EBDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bridal Heath #F8EBDB

Tints of Bridal Heath #F8EBDB

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.2%

R = 35.33%
G = 33.48%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8EBDB (or 0xF8EBDB) is known color: 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

RGB 248 235 219 -
CMYK 0 0.05 0.12 0.03
HSL 33.1º 0.67% 0.92% -
HSV(B) 33.1º 0.12% 0.97% -
XYZ 81.21 84.49 79.05 -
YUV 237.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 248 235 219 0 0.05 0.12 0.03 33.1 0.67 0.92
Hex F8 EB DB 0 5 C 3 21 43 5C
Octal 370 353 333 0 5 14 3 41 103 134
Binary 11111000 11101011 11011011 0 101 1100 11 100001 1000011 1011100

Color Harmonies of #F8EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EBDB

Black with #F8EBDB

Text Example


Text Example

White with #F8EBDB

Text Example


Text Example

HTML Codes & Css Web 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>