Html Css Color HEX #F5EED2 Rum Swizzle

📋 copy color: '#F5EED2'

red 245 ◦ green 238 ◦ blue 210

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

Shades of Rum Swizzle #F5EED2

Tints of Rum Swizzle #F5EED2

RGB

 RED value IS 245 (96.09% from 255) = 35.35%

 GREEN value IS 238 (93.36% from 255) = 34.34%

 BLUE value IS 210 (82.42% from 255) = 30.3%

R = 35.35%
G = 34.34%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F5EED2 (or 0xF5EED2) is known color: Rum Swizzle. HEX triplet: F5, EE and D2. RGB value is (245,238,210). Sum of RGB (Red+Green+Blue) = 245+238+210=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 210 (82.42% from 255 or 30.30% from 693); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EED2 is #0A112D. Grayscale: #EDEDED. Windows color (decimal): -659758 or 13823733. OLE color: 13823733.

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

Color convert

RGB 245 238 210 -
CMYK 0 0.03 0.14 0.04
HSL 48º 0.64% 0.89% -
HSV(B) 48º 0.14% 0.96% -
XYZ 79.86 85.21 73.21 -
YUV 236.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 245 238 210 0 0.03 0.14 0.04 48 0.64 0.89
Hex F5 EE D2 0 3 E 4 30 40 59
Octal 365 356 322 0 3 16 4 60 100 131
Binary 11110101 11101110 11010010 0 11 1110 100 110000 1000000 1011001

Color Harmonies of #F5EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EED2

Black with #F5EED2

Text Example


Text Example

White with #F5EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EED2; }

 p { color: rgb(245,238,210); }

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

background-color css

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

 a { background-color: rgb(245,238,210); }

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

border-color css

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

 span { border-color: rgb(245,238,210); }

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