Html Css Color HEX #F5EDE3 Bridal Heath

📋 copy color: '#F5EDE3'

red 245 ◦ green 237 ◦ blue 227

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

Shades of Bridal Heath #F5EDE3

Tints of Bridal Heath #F5EDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 32.02%

R = 34.56%
G = 33.43%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5EDE3 (or 0xF5EDE3) is known color: Bridal Heath. HEX triplet: F5, ED and E3. RGB value is (245,237,227). Sum of RGB (Red+Green+Blue) = 245+237+227=709 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.56% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 227 (89.06% from 255 or 32.02% from 709); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDE3 is #0A121C. Grayscale: #EEEEEE. Windows color (decimal): -659997 or 14937589. OLE color: 14937589.

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

Color convert

RGB 245 237 227 -
CMYK 0 0.03 0.07 0.04
HSL 33.33º 0.47% 0.93% -
HSV(B) 33.33º 0.07% 0.96% -
XYZ 81.81 85.53 84.87 -
YUV 238.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 245 237 227 0 0.03 0.07 0.04 33.33 0.47 0.93
Hex F5 ED E3 0 3 7 4 21 2F 5D
Octal 365 355 343 0 3 7 4 41 57 135
Binary 11110101 11101101 11100011 0 11 111 100 100001 101111 1011101

Color Harmonies of #F5EDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EDE3

Black with #F5EDE3

Text Example


Text Example

White with #F5EDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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