Html Css Color HEX #F5EFCE Rum Swizzle

📋 copy color: '#F5EFCE'

red 245 ◦ green 239 ◦ blue 206

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

Shades of Rum Swizzle #F5EFCE

Tints of Rum Swizzle #F5EFCE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.64%

 BLUE value IS 206 (80.86% from 255) = 29.86%

R = 35.51%
G = 34.64%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5EFCE (or 0xF5EFCE) is known color: Rum Swizzle. HEX triplet: F5, EF and CE. RGB value is (245,239,206). Sum of RGB (Red+Green+Blue) = 245+239+206=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFCE is #0A1031. Grayscale: #EDEDED. Windows color (decimal): -659506 or 13561845. OLE color: 13561845.

HSL color Cylindrical-coordinate representation of color #F5EFCE: hue angle of 50.77º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5EFCE is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 239 206 -
CMYK 0 0.02 0.16 0.04
HSL 50.77º 0.66% 0.88% -
HSV(B) 50.77º 0.16% 0.96% -
XYZ 79.66 85.6 70.72 -
YUV 237.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 245 239 206 0 0.02 0.16 0.04 50.77 0.66 0.88
Hex F5 EF CE 0 2 10 4 33 42 58
Octal 365 357 316 0 2 20 4 63 102 130
Binary 11110101 11101111 11001110 0 10 10000 100 110011 1000010 1011000

Color Harmonies of #F5EFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EFCE

Black with #F5EFCE

Text Example


Text Example

White with #F5EFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EFCE; }

 p { color: rgb(245,239,206); }

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

background-color css

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

 a { background-color: rgb(245,239,206); }

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

border-color css

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

 span { border-color: rgb(245,239,206); }

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