Html Css Color HEX #F2E9CE Gin Fizz

📋 copy color: '#F2E9CE'

red 242 ◦ green 233 ◦ blue 206

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

Shades of Gin Fizz #F2E9CE

Tints of Gin Fizz #F2E9CE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.21%

 BLUE value IS 206 (80.86% from 255) = 30.25%

R = 35.54%
G = 34.21%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2E9CE (or 0xF2E9CE) is known color: Gin Fizz. HEX triplet: F2, E9 and CE. RGB value is (242,233,206). Sum of RGB (Red+Green+Blue) = 242+233+206=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9CE is #0D1631. Grayscale: #E8E8E8. Windows color (decimal): -857650 or 13560306. OLE color: 13560306.

HSL color Cylindrical-coordinate representation of color #F2E9CE: hue angle of 45º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2E9CE is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 233 206 -
CMYK 0 0.04 0.15 0.05
HSL 45º 0.58% 0.88% -
HSV(B) 45º 0.15% 0.95% -
XYZ 76.9 81.61 70.09 -
YUV 232.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 242 233 206 0 0.04 0.15 0.05 45 0.58 0.88
Hex F2 E9 CE 0 4 F 5 2D 3A 58
Octal 362 351 316 0 4 17 5 55 72 130
Binary 11110010 11101001 11001110 0 100 1111 101 101101 111010 1011000

Color Harmonies of #F2E9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E9CE

Black with #F2E9CE

Text Example


Text Example

White with #F2E9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E9CE; }

 p { color: rgb(242,233,206); }

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

background-color css

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

 a { background-color: rgb(242,233,206); }

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

border-color css

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

 span { border-color: rgb(242,233,206); }

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