Html Css Color HEX #F5EDE2 Bridal Heath

📋 copy color: '#F5EDE2'

red 245 ◦ green 237 ◦ blue 226

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

Shades of Bridal Heath #F5EDE2

Tints of Bridal Heath #F5EDE2

RGB

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

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

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

R = 34.6%
G = 33.47%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F5EDE2 (or 0xF5EDE2) is known color: Bridal Heath. HEX triplet: F5, ED and E2. RGB value is (245,237,226). Sum of RGB (Red+Green+Blue) = 245+237+226=708 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.60% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 226 (88.67% from 255 or 31.92% from 708); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDE2 is #0A121D. Grayscale: #EEEEEE. Windows color (decimal): -659998 or 14872053. OLE color: 14872053.

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

Color convert

RGB 245 237 226 -
CMYK 0 0.03 0.08 0.04
HSL 34.74º 0.49% 0.92% -
HSV(B) 34.74º 0.08% 0.96% -
XYZ 81.67 85.47 84.14 -
YUV 238.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 245 237 226 0 0.03 0.08 0.04 34.74 0.49 0.92
Hex F5 ED E2 0 3 8 4 23 31 5C
Octal 365 355 342 0 3 10 4 43 61 134
Binary 11110101 11101101 11100010 0 11 1000 100 100011 110001 1011100

Color Harmonies of #F5EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EDE2

Black with #F5EDE2

Text Example


Text Example

White with #F5EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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