#F6F0E5

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

Shades of Romance #F6F0E5

Tints of Romance #F6F0E5

Color information

#F6F0E5 (or 0xF6F0E5) is unknown color: approx Romance. HEX triplet: F6, F0 and E5. RGB value is (246,240,229). Sum of RGB (Red+Green+Blue) = 246+240+229=715 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.41% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 229 (89.84% from 255 or 32.03% from 715); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F0E5 is #090F1A. Grayscale: #F0F0F0. Windows color (decimal): -593691 or 15069430. OLE color: 15069430.

HSL color Cylindrical-coordinate representation of color #F6F0E5: hue angle of 38.82º degrees, saturation: 0.49, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F6F0E5 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB246240229-
CMYK00.020.070.04
HSL38.82º48.57%93.14%-
HSV(B)38.82º6.91%96.47%-
XYZ83.3187.5786.64-
YUV240.54121.49131.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.41%
GREEN value IS 240 (94.14% from 255) = 33.57%
BLUE value IS 229 (89.84% from 255) = 32.03%
R=34.41%
G=33.57%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624022900.020.070.0438.8248.5793.14
HexF6F0E5027427315d
Octal36636034502744761135
Binary1111011011110000111001010101111001001111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F0E5; }

 p { color: rgb(246,240,229); }

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

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

 a { background-color: rgb(246,240,229); }

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

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

 span { border-color: rgb(246,240,229); }

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