Html Css Color HEX #F6EADD Bridal Heath

📋 copy color: '#F6EADD'

red 246 ◦ green 234 ◦ blue 221

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

Shades of Bridal Heath #F6EADD

Tints of Bridal Heath #F6EADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.53%

R = 35.09%
G = 33.38%
B = 31.53%

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

#F6EADD (or 0xF6EADD) is known color: Bridal Heath. HEX triplet: F6, EA and DD. RGB value is (246,234,221). Sum of RGB (Red+Green+Blue) = 246+234+221=701 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.09% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EADD is #091522. Grayscale: #ECECEC. Windows color (decimal): -595235 or 14543606. OLE color: 14543606.

HSL color Cylindrical-coordinate representation of color #F6EADD: hue angle of 31.2º degrees, saturation: 0.58, 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 #F6EADD is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 234 221 -
CMYK 0 0.05 0.10 0.04
HSL 31.2º 0.58% 0.92% -
HSV(B) 31.2º 0.1% 0.96% -
XYZ 80.48 83.66 80.31 -
YUV 236.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 246 234 221 0 0.05 0.10 0.04 31.2 0.58 0.92
Hex F6 EA DD 0 5 A 4 1F 3A 5C
Octal 366 352 335 0 5 12 4 37 72 134
Binary 11110110 11101010 11011101 0 101 1010 100 11111 111010 1011100

Color Harmonies of #F6EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EADD

Black with #F6EADD

Text Example


Text Example

White with #F6EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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