#F6F2EA

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

Shades of Romance #F6F2EA

Tints of Romance #F6F2EA

Color information

#F6F2EA (or 0xF6F2EA) is unknown color: approx Romance. HEX triplet: F6, F2 and EA. RGB value is (246,242,234). Sum of RGB (Red+Green+Blue) = 246+242+234=722 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.07% from 722); Green value is 242 (94.92% from 255 or 33.52% from 722); Blue value is 234 (91.80% from 255 or 32.41% from 722); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F2EA is #090D15. Grayscale: #F2F2F2. Windows color (decimal): -593174 or 15397622. OLE color: 15397622.

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

Color convert

RGB246242234-
CMYK00.020.050.04
HSL40º40%94.12%-
HSV(B)40º4.88%96.47%-
XYZ84.6189.0490.57-
YUV242.28123.33130.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.07%
GREEN value IS 242 (94.92% from 255) = 33.52%
BLUE value IS 234 (91.80% from 255) = 32.41%
R=34.07%
G=33.52%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624223400.020.050.04404094.12
HexF6F2EA025428285e
Octal36636235202545050136
Binary1111011011110010111010100101011001010001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F2EA; }

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

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

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

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

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

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

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

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