Html Css Color HEX #FAEDCB Gin Fizz

📋 copy color: '#FAEDCB'

red 250 ◦ green 237 ◦ blue 203

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

Shades of Gin Fizz #FAEDCB

Tints of Gin Fizz #FAEDCB

RGB

 RED value IS 250 (98.05% from 255) = 36.23%

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

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

R = 36.23%
G = 34.35%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAEDCB (or 0xFAEDCB) is known color: Gin Fizz. HEX triplet: FA, ED and CB. RGB value is (250,237,203). Sum of RGB (Red+Green+Blue) = 250+237+203=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDCB is #051234. Grayscale: #EDEDED. Windows color (decimal): -332341 or 13364730. OLE color: 13364730.

HSL color Cylindrical-coordinate representation of color #FAEDCB: hue angle of 43.4º degrees, saturation: 0.82, 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 #FAEDCB is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 237 203 -
CMYK 0 0.05 0.19 0.02
HSL 43.4º 0.82% 0.89% -
HSV(B) 43.4º 0.19% 0.98% -
XYZ 80.49 85.2 68.7 -
YUV 237.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 250 237 203 0 0.05 0.19 0.02 43.4 0.82 0.89
Hex FA ED CB 0 5 13 2 2B 52 59
Octal 372 355 313 0 5 23 2 53 122 131
Binary 11111010 11101101 11001011 0 101 10011 10 101011 1010010 1011001

Color Harmonies of #FAEDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDCB

Black with #FAEDCB

Text Example


Text Example

White with #FAEDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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