Html Css Color HEX #F3EDD5 Rum Swizzle

📋 copy color: '#F3EDD5'

red 243 ◦ green 237 ◦ blue 213

#F3EDD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum Swizzle #F3EDD5

Tints of Rum Swizzle #F3EDD5

RGB

 RED value IS 243 (95.31% from 255) = 35.06%

 GREEN value IS 237 (92.97% from 255) = 34.2%

 BLUE value IS 213 (83.59% from 255) = 30.74%

R = 35.06%
G = 34.2%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F3EDD5 (or 0xF3EDD5) is known color: Rum Swizzle. HEX triplet: F3, ED and D5. RGB value is (243,237,213). Sum of RGB (Red+Green+Blue) = 243+237+213=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 213 (83.59% from 255 or 30.74% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDD5 is #0C122A. Grayscale: #ECECEC. Windows color (decimal): -791083 or 14020083. OLE color: 14020083.

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

Color convert

RGB 243 237 213 -
CMYK 0 0.02 0.12 0.05
HSL 48º 0.56% 0.89% -
HSV(B) 48º 0.12% 0.95% -
XYZ 79.26 84.43 75.07 -
YUV 236.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 243 237 213 0 0.02 0.12 0.05 48 0.56 0.89
Hex F3 ED D5 0 2 C 5 30 38 59
Octal 363 355 325 0 2 14 5 60 70 131
Binary 11110011 11101101 11010101 0 10 1100 101 110000 111000 1011001

Color Harmonies of #F3EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3EDD5

Black with #F3EDD5

Text Example


Text Example

White with #F3EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3EDD5; }

 p { color: rgb(243,237,213); }

 H1.HeaderClassName
 {
   color: #F3EDD5;
 }
 .AnyTagClassName
 {
   color: #F3EDD5;
 }
</style>

background-color css

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

 a { background-color: rgb(243,237,213); }

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

border-color css

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

 span { border-color: rgb(243,237,213); }

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