Html Css Color HEX #FCEDCD Gin Fizz

📋 copy color: '#FCEDCD'

red 252 ◦ green 237 ◦ blue 205

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

Shades of Gin Fizz #FCEDCD

Tints of Gin Fizz #FCEDCD

RGB

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

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

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

R = 36.31%
G = 34.15%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCEDCD (or 0xFCEDCD) is known color: Gin Fizz. HEX triplet: FC, ED and CD. RGB value is (252,237,205). Sum of RGB (Red+Green+Blue) = 252+237+205=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDCD is #031232. Grayscale: #EDEDED. Windows color (decimal): -201267 or 13495804. OLE color: 13495804.

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

Color convert

RGB 252 237 205 -
CMYK 0 0.06 0.19 0.01
HSL 40.85º 0.89% 0.9% -
HSV(B) 40.85º 0.19% 0.99% -
XYZ 81.45 85.67 70 -
YUV 237.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 252 237 205 0 0.06 0.19 0.01 40.85 0.89 0.9
Hex FC ED CD 0 6 13 1 29 59 5A
Octal 374 355 315 0 6 23 1 51 131 132
Binary 11111100 11101101 11001101 0 110 10011 1 101001 1011001 1011010

Color Harmonies of #FCEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDCD

Black with #FCEDCD

Text Example


Text Example

White with #FCEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDCD; }

 p { color: rgb(252,237,205); }

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

background-color css

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

 a { background-color: rgb(252,237,205); }

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

border-color css

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

 span { border-color: rgb(252,237,205); }

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