#F7E3DC

Color #F7E3DC Bridesmaid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bridesmaid #F7E3DC

Tints of Bridesmaid #F7E3DC

Color information

#F7E3DC (or 0xF7E3DC) is unknown color: approx Bridesmaid. HEX triplet: F7, E3 and DC. RGB value is (247,227,220). Sum of RGB (Red+Green+Blue) = 247+227+220=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 227 (89.06% from 255 or 32.71% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E3DC is #081C23. Grayscale: #E8E8E8. Windows color (decimal): -531492 or 14476279. OLE color: 14476279.

HSL color Cylindrical-coordinate representation of color #F7E3DC: hue angle of 15.56º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7E3DC is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB247227220-
CMYK00.080.110.03
HSL15.56º62.79%91.57%-
HSV(B)15.56º10.93%96.86%-
XYZ78.7579.8878.98-
YUV232.18121.13138.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.59%
GREEN value IS 227 (89.06% from 255) = 32.71%
BLUE value IS 220 (86.33% from 255) = 31.70%
R=35.59%
G=32.71%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722722000.080.110.0315.5662.7991.57
HexF7E3DC08B3103f5c
Octal3673433340101332077134
Binary11110111111000111101110001000101111100001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E3DC; }

 p { color: rgb(247,227,220); }

 H1.HeaderClassName
 {
   color: #F7E3DC;
 }
 .AnyTagClassName
 {
   color: #F7E3DC;
 }
</style>
background-color css

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

 a { background-color: rgb(247,227,220); }

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

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

 span { border-color: rgb(247,227,220); }

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