Html Css Color HEX #F6ECE2 Bridal Heath

📋 copy color: '#F6ECE2'

red 246 ◦ green 236 ◦ blue 226

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

Shades of Bridal Heath #F6ECE2

Tints of Bridal Heath #F6ECE2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.33%

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

R = 34.75%
G = 33.33%
B = 31.92%

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

#F6ECE2 (or 0xF6ECE2) is known color: Bridal Heath. HEX triplet: F6, EC and E2. RGB value is (246,236,226). Sum of RGB (Red+Green+Blue) = 246+236+226=708 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.75% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 226 (88.67% from 255 or 31.92% from 708); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6ECE2 is #09131D. Grayscale: #EDEDED. Windows color (decimal): -594718 or 14871798. OLE color: 14871798.

HSL color Cylindrical-coordinate representation of color #F6ECE2: hue angle of 30º 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 #F6ECE2 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 236 226 -
CMYK 0 0.04 0.08 0.04
HSL 30º 0.53% 0.93% -
HSV(B) 30º 0.08% 0.96% -
XYZ 81.73 85.07 84.06 -
YUV 237.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 246 236 226 0 0.04 0.08 0.04 30 0.53 0.93
Hex F6 EC E2 0 4 8 4 1E 35 5D
Octal 366 354 342 0 4 10 4 36 65 135
Binary 11110110 11101100 11100010 0 100 1000 100 11110 110101 1011101

Color Harmonies of #F6ECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ECE2

Black with #F6ECE2

Text Example


Text Example

White with #F6ECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ECE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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