Html Css Color HEX #FCEDCB Gin Fizz

📋 copy color: '#FCEDCB'

red 252 ◦ green 237 ◦ blue 203

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

Shades of Gin Fizz #FCEDCB

Tints of Gin Fizz #FCEDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.34%

R = 36.42%
G = 34.25%
B = 29.34%

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

#FCEDCB (or 0xFCEDCB) is known color: Gin Fizz. HEX triplet: FC, ED and CB. RGB value is (252,237,203). Sum of RGB (Red+Green+Blue) = 252+237+203=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 203 (79.69% from 255 or 29.34% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDCB is #031234. Grayscale: #EDEDED. Windows color (decimal): -201269 or 13364732. OLE color: 13364732.

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

Color convert

RGB 252 237 203 -
CMYK 0 0.06 0.19 0.01
HSL 41.63º 0.89% 0.89% -
HSV(B) 41.63º 0.19% 0.99% -
XYZ 81.21 85.58 68.74 -
YUV 237.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 252 237 203 0 0.06 0.19 0.01 41.63 0.89 0.89
Hex FC ED CB 0 6 13 1 2A 59 59
Octal 374 355 313 0 6 23 1 52 131 131
Binary 11111100 11101101 11001011 0 110 10011 1 101010 1011001 1011001

Color Harmonies of #FCEDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDCB

Black with #FCEDCB

Text Example


Text Example

White with #FCEDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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