Html Css Color HEX #F5EACD Gin Fizz

📋 copy color: '#F5EACD'

red 245 ◦ green 234 ◦ blue 205

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

Shades of Gin Fizz #F5EACD

Tints of Gin Fizz #F5EACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 29.97%

R = 35.82%
G = 34.21%
B = 29.97%

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

#F5EACD (or 0xF5EACD) is known color: Gin Fizz. HEX triplet: F5, EA and CD. RGB value is (245,234,205). Sum of RGB (Red+Green+Blue) = 245+234+205=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 205 (80.47% from 255 or 29.97% from 684); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EACD is #0A1532. Grayscale: #EAEAEA. Windows color (decimal): -660787 or 13495029. OLE color: 13495029.

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

Color convert

RGB 245 234 205 -
CMYK 0 0.04 0.16 0.04
HSL 43.5º 0.67% 0.88% -
HSV(B) 43.5º 0.16% 0.96% -
XYZ 78.1 82.67 69.6 -
YUV 233.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 245 234 205 0 0.04 0.16 0.04 43.5 0.67 0.88
Hex F5 EA CD 0 4 10 4 2C 43 58
Octal 365 352 315 0 4 20 4 54 103 130
Binary 11110101 11101010 11001101 0 100 10000 100 101100 1000011 1011000

Color Harmonies of #F5EACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EACD

Black with #F5EACD

Text Example


Text Example

White with #F5EACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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