Html Css Color HEX #F6EADE Bridal Heath

📋 copy color: '#F6EADE'

red 246 ◦ green 234 ◦ blue 222

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

Shades of Bridal Heath #F6EADE

Tints of Bridal Heath #F6EADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.33%

 BLUE value IS 222 (87.11% from 255) = 31.62%

R = 35.04%
G = 33.33%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6EADE (or 0xF6EADE) is known color: Bridal Heath. HEX triplet: F6, EA and DE. RGB value is (246,234,222). Sum of RGB (Red+Green+Blue) = 246+234+222=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EADE is #091521. Grayscale: #ECECEC. Windows color (decimal): -595234 or 14609142. OLE color: 14609142.

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

Color convert

RGB 246 234 222 -
CMYK 0 0.05 0.10 0.04
HSL 30º 0.57% 0.92% -
HSV(B) 30º 0.1% 0.96% -
XYZ 80.61 83.71 81.02 -
YUV 236.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 246 234 222 0 0.05 0.10 0.04 30 0.57 0.92
Hex F6 EA DE 0 5 A 4 1E 39 5C
Octal 366 352 336 0 5 12 4 36 71 134
Binary 11110110 11101010 11011110 0 101 1010 100 11110 111001 1011100

Color Harmonies of #F6EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EADE

Black with #F6EADE

Text Example


Text Example

White with #F6EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EADE; }

 p { color: rgb(246,234,222); }

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

background-color css

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

 a { background-color: rgb(246,234,222); }

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

border-color css

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

 span { border-color: rgb(246,234,222); }

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