Html Css Color HEX #F5EADF Bridal Heath

📋 copy color: '#F5EADF'

red 245 ◦ green 234 ◦ blue 223

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

Shades of Bridal Heath #F5EADF

Tints of Bridal Heath #F5EADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 31.77%

R = 34.9%
G = 33.33%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5EADF (or 0xF5EADF) is known color: Bridal Heath. HEX triplet: F5, EA and DF. RGB value is (245,234,223). Sum of RGB (Red+Green+Blue) = 245+234+223=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EADF is #0A1520. Grayscale: #ECECEC. Windows color (decimal): -660769 or 14674677. OLE color: 14674677.

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

Color convert

RGB 245 234 223 -
CMYK 0 0.04 0.09 0.04
HSL 30º 0.52% 0.92% -
HSV(B) 30º 0.09% 0.96% -
XYZ 80.4 83.59 81.71 -
YUV 236.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 245 234 223 0 0.04 0.09 0.04 30 0.52 0.92
Hex F5 EA DF 0 4 9 4 1E 34 5C
Octal 365 352 337 0 4 11 4 36 64 134
Binary 11110101 11101010 11011111 0 100 1001 100 11110 110100 1011100

Color Harmonies of #F5EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EADF

Black with #F5EADF

Text Example


Text Example

White with #F5EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EADF; }

 p { color: rgb(245,234,223); }

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

background-color css

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

 a { background-color: rgb(245,234,223); }

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

border-color css

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

 span { border-color: rgb(245,234,223); }

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