#F5EFCF

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

Shades of Rum Swizzle #F5EFCF

Tints of Rum Swizzle #F5EFCF

Color information

#F5EFCF (or 0xF5EFCF) is unknown color: approx Rum Swizzle. HEX triplet: F5, EF and CF. RGB value is (245,239,207). Sum of RGB (Red+Green+Blue) = 245+239+207=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 207 (81.25% from 255 or 29.96% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFCF is #0A1030. Grayscale: #EDEDED. Windows color (decimal): -659505 or 13627381. OLE color: 13627381.

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

Color convert

RGB245239207-
CMYK00.020.160.04
HSL50.53º65.52%88.63%-
HSV(B)50.53º15.51%96.08%-
XYZ79.7985.6571.36-
YUV237.15110.99133.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.46%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 207 (81.25% from 255) = 29.96%
R=35.46%
G=34.59%
B=29.96%

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
Decimal24523920700.020.160.0450.5365.5288.63
HexF5EFCF02104334259
Octal3653573170220463102131
Binary1111010111101111110011110101000010011001110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFCF; }

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

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

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

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

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

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

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

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