Html Css Color HEX #F6EDCA Gin Fizz

📋 copy color: '#F6EDCA'

red 246 ◦ green 237 ◦ blue 202

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

Shades of Gin Fizz #F6EDCA

Tints of Gin Fizz #F6EDCA

RGB

 RED value IS 246 (96.48% from 255) = 35.91%

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

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

R = 35.91%
G = 34.6%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F6EDCA (or 0xF6EDCA) is known color: Gin Fizz. HEX triplet: F6, ED and CA. RGB value is (246,237,202). Sum of RGB (Red+Green+Blue) = 246+237+202=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDCA is #091235. Grayscale: #EBEBEB. Windows color (decimal): -594486 or 13299190. OLE color: 13299190.

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

Color convert

RGB 246 237 202 -
CMYK 0 0.04 0.18 0.04
HSL 47.73º 0.71% 0.88% -
HSV(B) 47.73º 0.18% 0.96% -
XYZ 78.95 84.43 68.01 -
YUV 235.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 246 237 202 0 0.04 0.18 0.04 47.73 0.71 0.88
Hex F6 ED CA 0 4 12 4 30 47 58
Octal 366 355 312 0 4 22 4 60 107 130
Binary 11110110 11101101 11001010 0 100 10010 100 110000 1000111 1011000

Color Harmonies of #F6EDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EDCA

Black with #F6EDCA

Text Example


Text Example

White with #F6EDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EDCA; }

 p { color: rgb(246,237,202); }

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

background-color css

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

 a { background-color: rgb(246,237,202); }

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

border-color css

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

 span { border-color: rgb(246,237,202); }

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