#F1ECCF

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

Shades of Rum Swizzle #F1ECCF

Tints of Rum Swizzle #F1ECCF

Color information

#F1ECCF (or 0xF1ECCF) is unknown color: approx Rum Swizzle. HEX triplet: F1, EC and CF. RGB value is (241,236,207). Sum of RGB (Red+Green+Blue) = 241+236+207=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 207 (81.25% from 255 or 30.26% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1ECCF is #0E1330. Grayscale: #EAEAEA. Windows color (decimal): -922417 or 13626609. OLE color: 13626609.

HSL color Cylindrical-coordinate representation of color #F1ECCF: hue angle of 51.18º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1ECCF is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB241236207-
CMYK00.020.140.05
HSL51.18º54.84%87.84%-
HSV(B)51.18º14.11%94.51%-
XYZ77.5383.271-
YUV234.19112.66132.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.23%
GREEN value IS 236 (92.58% from 255) = 34.50%
BLUE value IS 207 (81.25% from 255) = 30.26%
R=35.23%
G=34.50%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123620700.020.140.0551.1854.8487.84
HexF1ECCF02E5333758
Octal361354317021656367130
Binary11110001111011001100111101011101011100111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECCF; }

 p { color: rgb(241,236,207); }

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

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

 a { background-color: rgb(241,236,207); }

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

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

 span { border-color: rgb(241,236,207); }

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