Html Css Color HEX #F9EBDB Bridal Heath

📋 copy color: '#F9EBDB'

red 249 ◦ green 235 ◦ blue 219

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

Shades of Bridal Heath #F9EBDB

Tints of Bridal Heath #F9EBDB

RGB

 RED value IS 249 (97.66% from 255) = 35.42%

 GREEN value IS 235 (92.19% from 255) = 33.43%

 BLUE value IS 219 (85.94% from 255) = 31.15%

R = 35.42%
G = 33.43%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9EBDB (or 0xF9EBDB) is known color: Bridal Heath. HEX triplet: F9, EB and DB. RGB value is (249,235,219). Sum of RGB (Red+Green+Blue) = 249+235+219=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 219 (85.94% from 255 or 31.15% from 703); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EBDB is #061424. Grayscale: #EDEDED. Windows color (decimal): -398373 or 14412793. OLE color: 14412793.

HSL color Cylindrical-coordinate representation of color #F9EBDB: hue angle of 32º 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 #F9EBDB is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 235 219 -
CMYK 0 0.06 0.12 0.02
HSL 32º 0.71% 0.92% -
HSV(B) 32º 0.12% 0.98% -
XYZ 81.56 84.67 79.06 -
YUV 237.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 249 235 219 0 0.06 0.12 0.02 32 0.71 0.92
Hex F9 EB DB 0 6 C 2 20 47 5C
Octal 371 353 333 0 6 14 2 40 107 134
Binary 11111001 11101011 11011011 0 110 1100 10 100000 1000111 1011100

Color Harmonies of #F9EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EBDB

Black with #F9EBDB

Text Example


Text Example

White with #F9EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EBDB; }

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

 H1.HeaderClassName
 {
   color: #F9EBDB;
 }
 .AnyTagClassName
 {
   color: #F9EBDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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