Html Css Color HEX #F5EACF Gin Fizz

📋 copy color: '#F5EACF'

red 245 ◦ green 234 ◦ blue 207

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

Shades of Gin Fizz #F5EACF

Tints of Gin Fizz #F5EACF

RGB

 RED value IS 245 (96.09% from 255) = 35.71%

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

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

R = 35.71%
G = 34.11%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5EACF (or 0xF5EACF) is known color: Gin Fizz. HEX triplet: F5, EA and CF. RGB value is (245,234,207). Sum of RGB (Red+Green+Blue) = 245+234+207=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EACF is #0A1530. Grayscale: #EAEAEA. Windows color (decimal): -660785 or 13626101. OLE color: 13626101.

HSL color Cylindrical-coordinate representation of color #F5EACF: hue angle of 42.63º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5EACF is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 234 207 -
CMYK 0 0.04 0.16 0.04
HSL 42.63º 0.66% 0.89% -
HSV(B) 42.63º 0.16% 0.96% -
XYZ 78.34 82.76 70.88 -
YUV 234.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 245 234 207 0 0.04 0.16 0.04 42.63 0.66 0.89
Hex F5 EA CF 0 4 10 4 2B 42 59
Octal 365 352 317 0 4 20 4 53 102 131
Binary 11110101 11101010 11001111 0 100 10000 100 101011 1000010 1011001

Color Harmonies of #F5EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EACF

Black with #F5EACF

Text Example


Text Example

White with #F5EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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