Html Css Color HEX #F4F0D4 Rum Swizzle

📋 copy color: '#F4F0D4'

red 244 ◦ green 240 ◦ blue 212

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

Shades of Rum Swizzle #F4F0D4

Tints of Rum Swizzle #F4F0D4

RGB

 RED value IS 244 (95.7% from 255) = 35.06%

 GREEN value IS 240 (94.14% from 255) = 34.48%

 BLUE value IS 212 (83.2% from 255) = 30.46%

R = 35.06%
G = 34.48%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F4F0D4 (or 0xF4F0D4) is known color: Rum Swizzle. HEX triplet: F4, F0 and D4. RGB value is (244,240,212). Sum of RGB (Red+Green+Blue) = 244+240+212=696 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.06% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 212 (83.20% from 255 or 30.46% from 696); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F0D4 is #0B0F2B. Grayscale: #EEEEEE. Windows color (decimal): -724780 or 13955316. OLE color: 13955316.

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

Color convert

RGB 244 240 212 -
CMYK 0 0.02 0.13 0.04
HSL 52.5º 0.59% 0.89% -
HSV(B) 52.5º 0.13% 0.96% -
XYZ 80.35 86.31 74.71 -
YUV 238 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 244 240 212 0 0.02 0.13 0.04 52.5 0.59 0.89
Hex F4 F0 D4 0 2 D 4 34 3B 59
Octal 364 360 324 0 2 15 4 64 73 131
Binary 11110100 11110000 11010100 0 10 1101 100 110100 111011 1011001

Color Harmonies of #F4F0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F0D4

Black with #F4F0D4

Text Example


Text Example

White with #F4F0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F0D4; }

 p { color: rgb(244,240,212); }

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

background-color css

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

 a { background-color: rgb(244,240,212); }

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

border-color css

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

 span { border-color: rgb(244,240,212); }

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