Html Css Color HEX #F9EDE0 Bridal Heath

📋 copy color: '#F9EDE0'

red 249 ◦ green 237 ◦ blue 224

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

Shades of Bridal Heath #F9EDE0

Tints of Bridal Heath #F9EDE0

RGB

 RED value IS 249 (97.66% from 255) = 35.07%

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

 BLUE value IS 224 (87.89% from 255) = 31.55%

R = 35.07%
G = 33.38%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9EDE0 (or 0xF9EDE0) is known color: Bridal Heath. HEX triplet: F9, ED and E0. RGB value is (249,237,224). Sum of RGB (Red+Green+Blue) = 249+237+224=710 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.07% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 224 (87.89% from 255 or 31.55% from 710); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDE0 is #06121F. Grayscale: #EFEFEF. Windows color (decimal): -397856 or 14740985. OLE color: 14740985.

HSL color Cylindrical-coordinate representation of color #F9EDE0: hue angle of 31.2º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9EDE0 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 237 224 -
CMYK 0 0.05 0.10 0.02
HSL 31.2º 0.68% 0.93% -
HSV(B) 31.2º 0.1% 0.98% -
XYZ 82.81 86.09 82.77 -
YUV 239.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 249 237 224 0 0.05 0.10 0.02 31.2 0.68 0.93
Hex F9 ED E0 0 5 A 2 1F 44 5D
Octal 371 355 340 0 5 12 2 37 104 135
Binary 11111001 11101101 11100000 0 101 1010 10 11111 1000100 1011101

Color Harmonies of #F9EDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EDE0

Black with #F9EDE0

Text Example


Text Example

White with #F9EDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EDE0; }

 p { color: rgb(249,237,224); }

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

background-color css

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

 a { background-color: rgb(249,237,224); }

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

border-color css

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

 span { border-color: rgb(249,237,224); }

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