Html Css Color HEX #FBEBCB Gin Fizz

📋 copy color: '#FBEBCB'

red 251 ◦ green 235 ◦ blue 203

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

Shades of Gin Fizz #FBEBCB

Tints of Gin Fizz #FBEBCB

RGB

 RED value IS 251 (98.44% from 255) = 36.43%

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

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

R = 36.43%
G = 34.11%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBEBCB (or 0xFBEBCB) is known color: Gin Fizz. HEX triplet: FB, EB and CB. RGB value is (251,235,203). Sum of RGB (Red+Green+Blue) = 251+235+203=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEBCB is #041434. Grayscale: #ECECEC. Windows color (decimal): -267317 or 13364219. OLE color: 13364219.

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

Color convert

RGB 251 235 203 -
CMYK 0 0.06 0.19 0.02
HSL 40º 0.86% 0.89% -
HSV(B) 40º 0.19% 0.98% -
XYZ 80.27 84.24 68.53 -
YUV 236.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 251 235 203 0 0.06 0.19 0.02 40 0.86 0.89
Hex FB EB CB 0 6 13 2 28 56 59
Octal 373 353 313 0 6 23 2 50 126 131
Binary 11111011 11101011 11001011 0 110 10011 10 101000 1010110 1011001

Color Harmonies of #FBEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEBCB

Black with #FBEBCB

Text Example


Text Example

White with #FBEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEBCB; }

 p { color: rgb(251,235,203); }

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

background-color css

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

 a { background-color: rgb(251,235,203); }

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

border-color css

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

 span { border-color: rgb(251,235,203); }

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