#F2EBD0

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

Shades of Rum Swizzle #F2EBD0

Tints of Rum Swizzle #F2EBD0

Color information

#F2EBD0 (or 0xF2EBD0) is unknown color: approx Rum Swizzle. HEX triplet: F2, EB and D0. RGB value is (242,235,208). Sum of RGB (Red+Green+Blue) = 242+235+208=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBD0 is #0D142F. Grayscale: #EAEAEA. Windows color (decimal): -857136 or 13691890. OLE color: 13691890.

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

Color convert

RGB242235208-
CMYK00.030.140.05
HSL47.65º56.67%88.24%-
HSV(B)47.65º14.05%94.9%-
XYZ77.7182.8571.57-
YUV234.02113.32133.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.33%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 208 (81.64% from 255) = 30.36%
R=35.33%
G=34.31%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223520800.030.140.0547.6556.6788.24
HexF2EBD003E5303958
Octal362353320031656071130
Binary11110010111010111101000001111101011100001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBD0; }

 p { color: rgb(242,235,208); }

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

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

 a { background-color: rgb(242,235,208); }

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

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

 span { border-color: rgb(242,235,208); }

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