Html Css Color HEX #F2EFD7 Rum Swizzle

📋 copy color: '#F2EFD7'

red 242 ◦ green 239 ◦ blue 215

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

Shades of Rum Swizzle #F2EFD7

Tints of Rum Swizzle #F2EFD7

RGB

 RED value IS 242 (94.92% from 255) = 34.77%

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

 BLUE value IS 215 (84.38% from 255) = 30.89%

R = 34.77%
G = 34.34%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F2EFD7 (or 0xF2EFD7) is known color: Rum Swizzle. HEX triplet: F2, EF and D7. RGB value is (242,239,215). Sum of RGB (Red+Green+Blue) = 242+239+215=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 215 (84.38% from 255 or 30.89% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFD7 is #0D1028. Grayscale: #EDEDED. Windows color (decimal): -856105 or 14151666. OLE color: 14151666.

HSL color Cylindrical-coordinate representation of color #F2EFD7: hue angle of 53.33º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2EFD7 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 239 215 -
CMYK 0 0.01 0.11 0.05
HSL 53.33º 0.51% 0.9% -
HSV(B) 53.33º 0.11% 0.95% -
XYZ 79.75 85.52 76.59 -
YUV 237.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 242 239 215 0 0.01 0.11 0.05 53.33 0.51 0.9
Hex F2 EF D7 0 1 B 5 35 33 5A
Octal 362 357 327 0 1 13 5 65 63 132
Binary 11110010 11101111 11010111 0 1 1011 101 110101 110011 1011010

Color Harmonies of #F2EFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFD7

Black with #F2EFD7

Text Example


Text Example

White with #F2EFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFD7; }

 p { color: rgb(242,239,215); }

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

background-color css

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

 a { background-color: rgb(242,239,215); }

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

border-color css

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

 span { border-color: rgb(242,239,215); }

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