Html Css Color HEX #FCEBCA Gin Fizz

📋 copy color: '#FCEBCA'

red 252 ◦ green 235 ◦ blue 202

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

Shades of Gin Fizz #FCEBCA

Tints of Gin Fizz #FCEBCA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.11%

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

R = 36.57%
G = 34.11%
B = 29.32%

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

#FCEBCA (or 0xFCEBCA) is known color: Gin Fizz. HEX triplet: FC, EB and CA. RGB value is (252,235,202). Sum of RGB (Red+Green+Blue) = 252+235+202=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBCA is #031435. Grayscale: #ECECEC. Windows color (decimal): -201782 or 13298684. OLE color: 13298684.

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

Color convert

RGB 252 235 202 -
CMYK 0 0.07 0.20 0.01
HSL 39.6º 0.89% 0.89% -
HSV(B) 39.6º 0.2% 0.99% -
XYZ 80.51 84.38 67.92 -
YUV 236.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 252 235 202 0 0.07 0.20 0.01 39.6 0.89 0.89
Hex FC EB CA 0 7 14 1 28 59 59
Octal 374 353 312 0 7 24 1 50 131 131
Binary 11111100 11101011 11001010 0 111 10100 1 101000 1011001 1011001

Color Harmonies of #FCEBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEBCA

Black with #FCEBCA

Text Example


Text Example

White with #FCEBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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