Html Css Color HEX #F9E7DF Bridesmaid

📋 copy color: '#F9E7DF'

red 249 ◦ green 231 ◦ blue 223

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

Shades of Bridesmaid #F9E7DF

Tints of Bridesmaid #F9E7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.86%

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

R = 35.42%
G = 32.86%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9E7DF (or 0xF9E7DF) is known color: Bridesmaid. HEX triplet: F9, E7 and DF. RGB value is (249,231,223). Sum of RGB (Red+Green+Blue) = 249+231+223=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 231 (90.62% from 255 or 32.86% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E7DF is #061820. Grayscale: #EBEBEB. Windows color (decimal): -399393 or 14673913. OLE color: 14673913.

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

Color convert

RGB 249 231 223 -
CMYK 0 0.07 0.10 0.02
HSL 18.46º 0.68% 0.93% -
HSV(B) 18.46º 0.1% 0.98% -
XYZ 80.96 82.62 81.49 -
YUV 235.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 249 231 223 0 0.07 0.10 0.02 18.46 0.68 0.93
Hex F9 E7 DF 0 7 A 2 12 44 5D
Octal 371 347 337 0 7 12 2 22 104 135
Binary 11111001 11100111 11011111 0 111 1010 10 10010 1000100 1011101

Color Harmonies of #F9E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E7DF

Black with #F9E7DF

Text Example


Text Example

White with #F9E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E7DF; }

 p { color: rgb(249,231,223); }

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

background-color css

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

 a { background-color: rgb(249,231,223); }

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

border-color css

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

 span { border-color: rgb(249,231,223); }

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