Html Css Color HEX #F5E9DA Bridal Heath

📋 copy color: '#F5E9DA'

red 245 ◦ green 233 ◦ blue 218

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

Shades of Bridal Heath #F5E9DA

Tints of Bridal Heath #F5E9DA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.48%

 BLUE value IS 218 (85.55% from 255) = 31.32%

R = 35.2%
G = 33.48%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5E9DA (or 0xF5E9DA) is known color: Bridal Heath. HEX triplet: F5, E9 and DA. RGB value is (245,233,218). Sum of RGB (Red+Green+Blue) = 245+233+218=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 233 (91.41% from 255 or 33.48% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E9DA is #0A1625. Grayscale: #EAEAEA. Windows color (decimal): -661030 or 14346741. OLE color: 14346741.

HSL color Cylindrical-coordinate representation of color #F5E9DA: hue angle of 33.33º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5E9DA is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 233 218 -
CMYK 0 0.05 0.11 0.04
HSL 33.33º 0.57% 0.91% -
HSV(B) 33.33º 0.11% 0.96% -
XYZ 79.45 82.75 78.11 -
YUV 234.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 245 233 218 0 0.05 0.11 0.04 33.33 0.57 0.91
Hex F5 E9 DA 0 5 B 4 21 39 5B
Octal 365 351 332 0 5 13 4 41 71 133
Binary 11110101 11101001 11011010 0 101 1011 100 100001 111001 1011011

Color Harmonies of #F5E9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E9DA

Black with #F5E9DA

Text Example


Text Example

White with #F5E9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E9DA; }

 p { color: rgb(245,233,218); }

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

background-color css

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

 a { background-color: rgb(245,233,218); }

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

border-color css

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

 span { border-color: rgb(245,233,218); }

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