#F5EFCE

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

Shades of Rum Swizzle #F5EFCE

Tints of Rum Swizzle #F5EFCE

Color information

#F5EFCE (or 0xF5EFCE) is unknown color: approx Rum Swizzle. HEX triplet: F5, EF and CE. RGB value is (245,239,206). Sum of RGB (Red+Green+Blue) = 245+239+206=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFCE is #0A1031. Grayscale: #EDEDED. Windows color (decimal): -659506 or 13561845. OLE color: 13561845.

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

Color convert

RGB245239206-
CMYK00.020.160.04
HSL50.77º66.1%88.43%-
HSV(B)50.77º15.92%96.08%-
XYZ79.6685.670.72-
YUV237.03110.49133.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.51%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 206 (80.86% from 255) = 29.86%
R=35.51%
G=34.64%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523920600.020.160.0450.7766.188.43
HexF5EFCE02104334258
Octal3653573160220463102130
Binary1111010111101111110011100101000010011001110000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFCE; }

 p { color: rgb(245,239,206); }

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

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

 a { background-color: rgb(245,239,206); }

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

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

 span { border-color: rgb(245,239,206); }

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