Html Css Color HEX #F8EDCC Gin Fizz

📋 copy color: '#F8EDCC'

red 248 ◦ green 237 ◦ blue 204

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

Shades of Gin Fizz #F8EDCC

Tints of Gin Fizz #F8EDCC

RGB

 RED value IS 248 (97.27% from 255) = 35.99%

 GREEN value IS 237 (92.97% from 255) = 34.4%

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

R = 35.99%
G = 34.4%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8EDCC (or 0xF8EDCC) is known color: Gin Fizz. HEX triplet: F8, ED and CC. RGB value is (248,237,204). Sum of RGB (Red+Green+Blue) = 248+237+204=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDCC is #071233. Grayscale: #ECECEC. Windows color (decimal): -463412 or 13430264. OLE color: 13430264.

HSL color Cylindrical-coordinate representation of color #F8EDCC: hue angle of 45º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8EDCC is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 237 204 -
CMYK 0 0.04 0.18 0.03
HSL 45º 0.76% 0.89% -
HSV(B) 45º 0.18% 0.97% -
XYZ 79.89 84.88 69.3 -
YUV 236.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 248 237 204 0 0.04 0.18 0.03 45 0.76 0.89
Hex F8 ED CC 0 4 12 3 2D 4C 59
Octal 370 355 314 0 4 22 3 55 114 131
Binary 11111000 11101101 11001100 0 100 10010 11 101101 1001100 1011001

Color Harmonies of #F8EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EDCC

Black with #F8EDCC

Text Example


Text Example

White with #F8EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EDCC; }

 p { color: rgb(248,237,204); }

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

background-color css

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

 a { background-color: rgb(248,237,204); }

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

border-color css

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

 span { border-color: rgb(248,237,204); }

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