Html Css Color HEX #FCEDCA Gin Fizz

📋 copy color: '#FCEDCA'

red 252 ◦ green 237 ◦ blue 202

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

Shades of Gin Fizz #FCEDCA

Tints of Gin Fizz #FCEDCA

RGB

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

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

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

R = 36.47%
G = 34.3%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCEDCA (or 0xFCEDCA) is known color: Gin Fizz. HEX triplet: FC, ED and CA. RGB value is (252,237,202). Sum of RGB (Red+Green+Blue) = 252+237+202=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDCA is #031235. Grayscale: #EDEDED. Windows color (decimal): -201270 or 13299196. OLE color: 13299196.

HSL color Cylindrical-coordinate representation of color #FCEDCA: hue angle of 42º 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 #FCEDCA is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 237 202 -
CMYK 0 0.06 0.20 0.01
HSL 42º 0.89% 0.89% -
HSV(B) 42º 0.2% 0.99% -
XYZ 81.09 85.53 68.11 -
YUV 237.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 252 237 202 0 0.06 0.20 0.01 42 0.89 0.89
Hex FC ED CA 0 6 14 1 2A 59 59
Octal 374 355 312 0 6 24 1 52 131 131
Binary 11111100 11101101 11001010 0 110 10100 1 101010 1011001 1011001

Color Harmonies of #FCEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDCA

Black with #FCEDCA

Text Example


Text Example

White with #FCEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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