Html Css Color HEX #F5ECE2 Bridal Heath

📋 copy color: '#F5ECE2'

red 245 ◦ green 236 ◦ blue 226

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

Shades of Bridal Heath #F5ECE2

Tints of Bridal Heath #F5ECE2

RGB

 RED value IS 245 (96.09% from 255) = 34.65%

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

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

R = 34.65%
G = 33.38%
B = 31.97%

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

#F5ECE2 (or 0xF5ECE2) is known color: Bridal Heath. HEX triplet: F5, EC and E2. RGB value is (245,236,226). Sum of RGB (Red+Green+Blue) = 245+236+226=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 226 (88.67% from 255 or 31.97% from 707); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECE2 is #0A131D. Grayscale: #EDEDED. Windows color (decimal): -660254 or 14871797. OLE color: 14871797.

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

Color convert

RGB 245 236 226 -
CMYK 0 0.04 0.08 0.04
HSL 31.58º 0.49% 0.92% -
HSV(B) 31.58º 0.08% 0.96% -
XYZ 81.38 84.89 84.05 -
YUV 237.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 245 236 226 0 0.04 0.08 0.04 31.58 0.49 0.92
Hex F5 EC E2 0 4 8 4 20 31 5C
Octal 365 354 342 0 4 10 4 40 61 134
Binary 11110101 11101100 11100010 0 100 1000 100 100000 110001 1011100

Color Harmonies of #F5ECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ECE2

Black with #F5ECE2

Text Example


Text Example

White with #F5ECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ECE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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