Html Css Color HEX #F2EFD6 Rum Swizzle

📋 copy color: '#F2EFD6'

red 242 ◦ green 239 ◦ blue 214

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

Shades of Rum Swizzle #F2EFD6

Tints of Rum Swizzle #F2EFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 30.79%

R = 34.82%
G = 34.39%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F2EFD6 (or 0xF2EFD6) is known color: Rum Swizzle. HEX triplet: F2, EF and D6. RGB value is (242,239,214). Sum of RGB (Red+Green+Blue) = 242+239+214=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 214 (83.98% from 255 or 30.79% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFD6 is #0D1029. Grayscale: #EDEDED. Windows color (decimal): -856106 or 14086130. OLE color: 14086130.

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

Color convert

RGB 242 239 214 -
CMYK 0 0.01 0.12 0.05
HSL 53.57º 0.52% 0.89% -
HSV(B) 53.57º 0.12% 0.95% -
XYZ 79.62 85.47 75.92 -
YUV 237.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 242 239 214 0 0.01 0.12 0.05 53.57 0.52 0.89
Hex F2 EF D6 0 1 C 5 36 34 59
Octal 362 357 326 0 1 14 5 66 64 131
Binary 11110010 11101111 11010110 0 1 1100 101 110110 110100 1011001

Color Harmonies of #F2EFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFD6

Black with #F2EFD6

Text Example


Text Example

White with #F2EFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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