Html Css Color HEX #F8EACF Gin Fizz

📋 copy color: '#F8EACF'

red 248 ◦ green 234 ◦ blue 207

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

Shades of Gin Fizz #F8EACF

Tints of Gin Fizz #F8EACF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.96%

 BLUE value IS 207 (81.25% from 255) = 30.04%

R = 35.99%
G = 33.96%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8EACF (or 0xF8EACF) is known color: Gin Fizz. HEX triplet: F8, EA and CF. RGB value is (248,234,207). Sum of RGB (Red+Green+Blue) = 248+234+207=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 207 (81.25% from 255 or 30.04% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EACF is #071530. Grayscale: #EBEBEB. Windows color (decimal): -464177 or 13626104. OLE color: 13626104.

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

Color convert

RGB 248 234 207 -
CMYK 0 0.06 0.17 0.03
HSL 39.51º 0.75% 0.89% -
HSV(B) 39.51º 0.17% 0.97% -
XYZ 79.4 83.31 70.93 -
YUV 235.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 248 234 207 0 0.06 0.17 0.03 39.51 0.75 0.89
Hex F8 EA CF 0 6 11 3 28 4B 59
Octal 370 352 317 0 6 21 3 50 113 131
Binary 11111000 11101010 11001111 0 110 10001 11 101000 1001011 1011001

Color Harmonies of #F8EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EACF

Black with #F8EACF

Text Example


Text Example

White with #F8EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EACF; }

 p { color: rgb(248,234,207); }

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

background-color css

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

 a { background-color: rgb(248,234,207); }

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

border-color css

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

 span { border-color: rgb(248,234,207); }

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