Html Css Color HEX #F5EFD2 Rum Swizzle

📋 copy color: '#F5EFD2'

red 245 ◦ green 239 ◦ blue 210

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

Shades of Rum Swizzle #F5EFD2

Tints of Rum Swizzle #F5EFD2

RGB

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

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

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

R = 35.3%
G = 34.44%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F5EFD2 (or 0xF5EFD2) is known color: Rum Swizzle. HEX triplet: F5, EF and D2. RGB value is (245,239,210). Sum of RGB (Red+Green+Blue) = 245+239+210=694 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.30% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 210 (82.42% from 255 or 30.26% from 694); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFD2 is #0A102D. Grayscale: #EDEDED. Windows color (decimal): -659502 or 13823989. OLE color: 13823989.

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

Color convert

RGB 245 239 210 -
CMYK 0 0.02 0.14 0.04
HSL 49.71º 0.64% 0.89% -
HSV(B) 49.71º 0.14% 0.96% -
XYZ 80.16 85.8 73.31 -
YUV 237.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 245 239 210 0 0.02 0.14 0.04 49.71 0.64 0.89
Hex F5 EF D2 0 2 E 4 32 40 59
Octal 365 357 322 0 2 16 4 62 100 131
Binary 11110101 11101111 11010010 0 10 1110 100 110010 1000000 1011001

Color Harmonies of #F5EFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EFD2

Black with #F5EFD2

Text Example


Text Example

White with #F5EFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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