Html Css Color HEX #F9EEE1 Bridal Heath

📋 copy color: '#F9EEE1'

red 249 ◦ green 238 ◦ blue 225

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

Shades of Bridal Heath #F9EEE1

Tints of Bridal Heath #F9EEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 31.6%

R = 34.97%
G = 33.43%
B = 31.6%

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

#F9EEE1 (or 0xF9EEE1) is known color: Bridal Heath. HEX triplet: F9, EE and E1. RGB value is (249,238,225). Sum of RGB (Red+Green+Blue) = 249+238+225=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 225 (88.28% from 255 or 31.60% from 712); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EEE1 is #06111E. Grayscale: #EFEFEF. Windows color (decimal): -397599 or 14806777. OLE color: 14806777.

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

Color convert

RGB 249 238 225 -
CMYK 0 0.04 0.10 0.02
HSL 32.5º 0.67% 0.93% -
HSV(B) 32.5º 0.1% 0.98% -
XYZ 83.23 86.73 83.59 -
YUV 239.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 249 238 225 0 0.04 0.10 0.02 32.5 0.67 0.93
Hex F9 EE E1 0 4 A 2 20 43 5D
Octal 371 356 341 0 4 12 2 40 103 135
Binary 11111001 11101110 11100001 0 100 1010 10 100000 1000011 1011101

Color Harmonies of #F9EEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EEE1

Black with #F9EEE1

Text Example


Text Example

White with #F9EEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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