#F2EDCF

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

Shades of Rum Swizzle #F2EDCF

Tints of Rum Swizzle #F2EDCF

Color information

#F2EDCF (or 0xF2EDCF) is unknown color: approx Rum Swizzle. HEX triplet: F2, ED and CF. RGB value is (242,237,207). Sum of RGB (Red+Green+Blue) = 242+237+207=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDCF is #0D1230. Grayscale: #EBEBEB. Windows color (decimal): -856625 or 13626866. OLE color: 13626866.

HSL color Cylindrical-coordinate representation of color #F2EDCF: hue angle of 51.43º degrees, saturation: 0.57, 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 #F2EDCF is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242237207-
CMYK00.020.140.05
HSL51.43º57.38%88.04%-
HSV(B)51.43º14.46%94.9%-
XYZ78.1683.9571.12-
YUV235.08112.16132.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.28%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 207 (81.25% from 255) = 30.17%
R=35.28%
G=34.55%
B=30.17%

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
Decimal24223720700.020.140.0551.4357.3888.04
HexF2EDCF02E5333958
Octal362355317021656371130
Binary11110010111011011100111101011101011100111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDCF; }

 p { color: rgb(242,237,207); }

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

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

 a { background-color: rgb(242,237,207); }

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

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

 span { border-color: rgb(242,237,207); }

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