Html Css Color HEX #F2EFD9 Rum Swizzle

📋 copy color: '#F2EFD9'

red 242 ◦ green 239 ◦ blue 217

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

Shades of Rum Swizzle #F2EFD9

Tints of Rum Swizzle #F2EFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.09%

R = 34.67%
G = 34.24%
B = 31.09%

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

#F2EFD9 (or 0xF2EFD9) is known color: Rum Swizzle. HEX triplet: F2, EF and D9. RGB value is (242,239,217). Sum of RGB (Red+Green+Blue) = 242+239+217=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 217 (85.16% from 255 or 31.09% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFD9 is #0D1026. Grayscale: #EDEDED. Windows color (decimal): -856103 or 14282738. OLE color: 14282738.

HSL color Cylindrical-coordinate representation of color #F2EFD9: hue angle of 52.8º degrees, saturation: 0.49, 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 #F2EFD9 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 239 217 -
CMYK 0 0.01 0.10 0.05
HSL 52.8º 0.49% 0.9% -
HSV(B) 52.8º 0.1% 0.95% -
XYZ 80.01 85.62 77.96 -
YUV 237.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 242 239 217 0 0.01 0.10 0.05 52.8 0.49 0.9
Hex F2 EF D9 0 1 A 5 35 31 5A
Octal 362 357 331 0 1 12 5 65 61 132
Binary 11110010 11101111 11011001 0 1 1010 101 110101 110001 1011010

Color Harmonies of #F2EFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFD9

Black with #F2EFD9

Text Example


Text Example

White with #F2EFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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