Html Css Color HEX #FCEAC9 Gin Fizz

📋 copy color: '#FCEAC9'

red 252 ◦ green 234 ◦ blue 201

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

Shades of Gin Fizz #FCEAC9

Tints of Gin Fizz #FCEAC9

RGB

 RED value IS 252 (98.83% from 255) = 36.68%

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

 BLUE value IS 201 (78.91% from 255) = 29.26%

R = 36.68%
G = 34.06%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCEAC9 (or 0xFCEAC9) is known color: Gin Fizz. HEX triplet: FC, EA and C9. RGB value is (252,234,201). Sum of RGB (Red+Green+Blue) = 252+234+201=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 201 (78.91% from 255 or 29.26% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC9 is #031536. Grayscale: #EBEBEB. Windows color (decimal): -202039 or 13232892. OLE color: 13232892.

HSL color Cylindrical-coordinate representation of color #FCEAC9: hue angle of 38.82º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCEAC9 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 234 201 -
CMYK 0 0.07 0.20 0.01
HSL 38.82º 0.89% 0.89% -
HSV(B) 38.82º 0.2% 0.99% -
XYZ 80.11 83.76 67.2 -
YUV 235.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 252 234 201 0 0.07 0.20 0.01 38.82 0.89 0.89
Hex FC EA C9 0 7 14 1 27 59 59
Octal 374 352 311 0 7 24 1 47 131 131
Binary 11111100 11101010 11001001 0 111 10100 1 100111 1011001 1011001

Color Harmonies of #FCEAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAC9

Black with #FCEAC9

Text Example


Text Example

White with #FCEAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAC9; }

 p { color: rgb(252,234,201); }

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

background-color css

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

 a { background-color: rgb(252,234,201); }

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

border-color css

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

 span { border-color: rgb(252,234,201); }

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