Html Css Color HEX #F2E8CC Gin Fizz

📋 copy color: '#F2E8CC'

red 242 ◦ green 232 ◦ blue 204

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

Shades of Gin Fizz #F2E8CC

Tints of Gin Fizz #F2E8CC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.22%

 BLUE value IS 204 (80.08% from 255) = 30.09%

R = 35.69%
G = 34.22%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2E8CC (or 0xF2E8CC) is known color: Gin Fizz. HEX triplet: F2, E8 and CC. RGB value is (242,232,204). Sum of RGB (Red+Green+Blue) = 242+232+204=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8CC is #0D1733. Grayscale: #E7E7E7. Windows color (decimal): -857908 or 13428978. OLE color: 13428978.

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

Color convert

RGB 242 232 204 -
CMYK 0 0.04 0.16 0.05
HSL 44.21º 0.59% 0.87% -
HSV(B) 44.21º 0.16% 0.95% -
XYZ 76.37 80.95 68.73 -
YUV 231.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 242 232 204 0 0.04 0.16 0.05 44.21 0.59 0.87
Hex F2 E8 CC 0 4 10 5 2C 3B 57
Octal 362 350 314 0 4 20 5 54 73 127
Binary 11110010 11101000 11001100 0 100 10000 101 101100 111011 1010111

Color Harmonies of #F2E8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E8CC

Black with #F2E8CC

Text Example


Text Example

White with #F2E8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E8CC; }

 p { color: rgb(242,232,204); }

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

background-color css

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

 a { background-color: rgb(242,232,204); }

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

border-color css

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

 span { border-color: rgb(242,232,204); }

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