Html Css Color HEX #F6E9DC Bridal Heath

📋 copy color: '#F6E9DC'

red 246 ◦ green 233 ◦ blue 220

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

Shades of Bridal Heath #F6E9DC

Tints of Bridal Heath #F6E9DC

RGB

 RED value IS 246 (96.48% from 255) = 35.19%

 GREEN value IS 233 (91.41% from 255) = 33.33%

 BLUE value IS 220 (86.33% from 255) = 31.47%

R = 35.19%
G = 33.33%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6E9DC (or 0xF6E9DC) is known color: Bridal Heath. HEX triplet: F6, E9 and DC. RGB value is (246,233,220). Sum of RGB (Red+Green+Blue) = 246+233+220=699 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.19% from 699); Green value is 233 (91.41% from 255 or 33.33% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E9DC is #091623. Grayscale: #EBEBEB. Windows color (decimal): -595492 or 14477814. OLE color: 14477814.

HSL color Cylindrical-coordinate representation of color #F6E9DC: hue angle of 30º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6E9DC is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 233 220 -
CMYK 0 0.05 0.11 0.04
HSL 30º 0.59% 0.91% -
HSV(B) 30º 0.11% 0.96% -
XYZ 80.06 83.04 79.52 -
YUV 235.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 246 233 220 0 0.05 0.11 0.04 30 0.59 0.91
Hex F6 E9 DC 0 5 B 4 1E 3B 5B
Octal 366 351 334 0 5 13 4 36 73 133
Binary 11110110 11101001 11011100 0 101 1011 100 11110 111011 1011011

Color Harmonies of #F6E9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E9DC

Black with #F6E9DC

Text Example


Text Example

White with #F6E9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E9DC; }

 p { color: rgb(246,233,220); }

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

background-color css

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

 a { background-color: rgb(246,233,220); }

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

border-color css

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

 span { border-color: rgb(246,233,220); }

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