Html Css Color HEX #FBEDCD Gin Fizz

📋 copy color: '#FBEDCD'

red 251 ◦ green 237 ◦ blue 205

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

Shades of Gin Fizz #FBEDCD

Tints of Gin Fizz #FBEDCD

RGB

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

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

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

R = 36.22%
G = 34.2%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBEDCD (or 0xFBEDCD) is known color: Gin Fizz. HEX triplet: FB, ED and CD. RGB value is (251,237,205). Sum of RGB (Red+Green+Blue) = 251+237+205=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDCD is #041232. Grayscale: #EDEDED. Windows color (decimal): -266803 or 13495803. OLE color: 13495803.

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

Color convert

RGB 251 237 205 -
CMYK 0 0.06 0.18 0.02
HSL 41.74º 0.85% 0.89% -
HSV(B) 41.74º 0.18% 0.98% -
XYZ 81.09 85.49 69.98 -
YUV 237.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 251 237 205 0 0.06 0.18 0.02 41.74 0.85 0.89
Hex FB ED CD 0 6 12 2 2A 55 59
Octal 373 355 315 0 6 22 2 52 125 131
Binary 11111011 11101101 11001101 0 110 10010 10 101010 1010101 1011001

Color Harmonies of #FBEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEDCD

Black with #FBEDCD

Text Example


Text Example

White with #FBEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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