Html Css Color HEX #F2EFDA Rum Swizzle

📋 copy color: '#F2EFDA'

red 242 ◦ green 239 ◦ blue 218

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

Shades of Rum Swizzle #F2EFDA

Tints of Rum Swizzle #F2EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.19%

R = 34.62%
G = 34.19%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2EFDA (or 0xF2EFDA) is known color: Rum Swizzle. HEX triplet: F2, EF and DA. RGB value is (242,239,218). Sum of RGB (Red+Green+Blue) = 242+239+218=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFDA is #0D1025. Grayscale: #EDEDED. Windows color (decimal): -856102 or 14348274. OLE color: 14348274.

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

Color convert

RGB 242 239 218 -
CMYK 0 0.01 0.10 0.05
HSL 52.5º 0.48% 0.9% -
HSV(B) 52.5º 0.1% 0.95% -
XYZ 80.14 85.67 78.64 -
YUV 237.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 242 239 218 0 0.01 0.10 0.05 52.5 0.48 0.9
Hex F2 EF DA 0 1 A 5 34 30 5A
Octal 362 357 332 0 1 12 5 64 60 132
Binary 11110010 11101111 11011010 0 1 1010 101 110100 110000 1011010

Color Harmonies of #F2EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFDA

Black with #F2EFDA

Text Example


Text Example

White with #F2EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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