Html Css Color HEX #F6EDE2 Bridal Heath

📋 copy color: '#F6EDE2'

red 246 ◦ green 237 ◦ blue 226

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

Shades of Bridal Heath #F6EDE2

Tints of Bridal Heath #F6EDE2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.43%

 BLUE value IS 226 (88.67% from 255) = 31.88%

R = 34.7%
G = 33.43%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6EDE2 (or 0xF6EDE2) is known color: Bridal Heath. HEX triplet: F6, ED and E2. RGB value is (246,237,226). Sum of RGB (Red+Green+Blue) = 246+237+226=709 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.70% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 226 (88.67% from 255 or 31.88% from 709); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDE2 is #09121D. Grayscale: #EEEEEE. Windows color (decimal): -594462 or 14872054. OLE color: 14872054.

HSL color Cylindrical-coordinate representation of color #F6EDE2: hue angle of 33º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F6EDE2 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 237 226 -
CMYK 0 0.04 0.08 0.04
HSL 33º 0.53% 0.93% -
HSV(B) 33º 0.08% 0.96% -
XYZ 82.02 85.65 84.16 -
YUV 238.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 246 237 226 0 0.04 0.08 0.04 33 0.53 0.93
Hex F6 ED E2 0 4 8 4 21 35 5D
Octal 366 355 342 0 4 10 4 41 65 135
Binary 11110110 11101101 11100010 0 100 1000 100 100001 110101 1011101

Color Harmonies of #F6EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EDE2

Black with #F6EDE2

Text Example


Text Example

White with #F6EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EDE2; }

 p { color: rgb(246,237,226); }

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

background-color css

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

 a { background-color: rgb(246,237,226); }

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

border-color css

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

 span { border-color: rgb(246,237,226); }

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