Html Css Color HEX #F9EACA Gin Fizz

📋 copy color: '#F9EACA'

red 249 ◦ green 234 ◦ blue 202

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

Shades of Gin Fizz #F9EACA

Tints of Gin Fizz #F9EACA

RGB

 RED value IS 249 (97.66% from 255) = 36.35%

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

 BLUE value IS 202 (79.3% from 255) = 29.49%

R = 36.35%
G = 34.16%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F9EACA (or 0xF9EACA) is known color: Gin Fizz. HEX triplet: F9, EA and CA. RGB value is (249,234,202). Sum of RGB (Red+Green+Blue) = 249+234+202=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EACA is #061535. Grayscale: #EAEAEA. Windows color (decimal): -398646 or 13298425. OLE color: 13298425.

HSL color Cylindrical-coordinate representation of color #F9EACA: hue angle of 40.85º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9EACA is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 234 202 -
CMYK 0 0.06 0.19 0.02
HSL 40.85º 0.8% 0.88% -
HSV(B) 40.85º 0.19% 0.98% -
XYZ 79.15 83.25 67.77 -
YUV 234.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 249 234 202 0 0.06 0.19 0.02 40.85 0.8 0.88
Hex F9 EA CA 0 6 13 2 29 50 58
Octal 371 352 312 0 6 23 2 51 120 130
Binary 11111001 11101010 11001010 0 110 10011 10 101001 1010000 1011000

Color Harmonies of #F9EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EACA

Black with #F9EACA

Text Example


Text Example

White with #F9EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EACA; }

 p { color: rgb(249,234,202); }

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

background-color css

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

 a { background-color: rgb(249,234,202); }

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

border-color css

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

 span { border-color: rgb(249,234,202); }

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