Html Css Color HEX #F9EEE0 Bridal Heath

📋 copy color: '#F9EEE0'

red 249 ◦ green 238 ◦ blue 224

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

Shades of Bridal Heath #F9EEE0

Tints of Bridal Heath #F9EEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.47%

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

R = 35.02%
G = 33.47%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9EEE0 (or 0xF9EEE0) is known color: Bridal Heath. HEX triplet: F9, EE and E0. RGB value is (249,238,224). Sum of RGB (Red+Green+Blue) = 249+238+224=711 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.02% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 224 (87.89% from 255 or 31.50% from 711); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EEE0 is #06111F. Grayscale: #EFEFEF. Windows color (decimal): -397600 or 14741241. OLE color: 14741241.

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

Color convert

RGB 249 238 224 -
CMYK 0 0.04 0.10 0.02
HSL 33.6º 0.68% 0.93% -
HSV(B) 33.6º 0.1% 0.98% -
XYZ 83.1 86.67 82.87 -
YUV 239.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 249 238 224 0 0.04 0.10 0.02 33.6 0.68 0.93
Hex F9 EE E0 0 4 A 2 22 44 5D
Octal 371 356 340 0 4 12 2 42 104 135
Binary 11111001 11101110 11100000 0 100 1010 10 100010 1000100 1011101

Color Harmonies of #F9EEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EEE0

Black with #F9EEE0

Text Example


Text Example

White with #F9EEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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