#F6F2E5

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

Shades of Romance #F6F2E5

Tints of Romance #F6F2E5

Color information

#F6F2E5 (or 0xF6F2E5) is unknown color: approx Romance. HEX triplet: F6, F2 and E5. RGB value is (246,242,229). Sum of RGB (Red+Green+Blue) = 246+242+229=717 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.31% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 229 (89.84% from 255 or 31.94% from 717); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F2E5 is #090D1A. Grayscale: #F1F1F1. Windows color (decimal): -593179 or 15069942. OLE color: 15069942.

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

Color convert

RGB246242229-
CMYK00.020.070.04
HSL45.88º48.57%93.14%-
HSV(B)45.88º6.91%96.47%-
XYZ83.988.7586.84-
YUV241.71120.83131.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.31%
GREEN value IS 242 (94.92% from 255) = 33.75%
BLUE value IS 229 (89.84% from 255) = 31.94%
R=34.31%
G=33.75%
B=31.94%

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
Decimal24624222900.020.070.0445.8848.5793.14
HexF6F2E502742e315d
Octal36636234502745661135
Binary1111011011110010111001010101111001011101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F2E5; }

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

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

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

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

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

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

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

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