Html Css Color HEX #FAEACB Gin Fizz

📋 copy color: '#FAEACB'

red 250 ◦ green 234 ◦ blue 203

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

Shades of Gin Fizz #FAEACB

Tints of Gin Fizz #FAEACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.06%

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

R = 36.39%
G = 34.06%
B = 29.55%

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

#FAEACB (or 0xFAEACB) is known color: Gin Fizz. HEX triplet: FA, EA and CB. RGB value is (250,234,203). Sum of RGB (Red+Green+Blue) = 250+234+203=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEACB is #051534. Grayscale: #EBEBEB. Windows color (decimal): -333109 or 13363962. OLE color: 13363962.

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

Color convert

RGB 250 234 203 -
CMYK 0 0.06 0.19 0.02
HSL 39.57º 0.82% 0.89% -
HSV(B) 39.57º 0.19% 0.98% -
XYZ 79.63 83.48 68.42 -
YUV 235.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 250 234 203 0 0.06 0.19 0.02 39.57 0.82 0.89
Hex FA EA CB 0 6 13 2 28 52 59
Octal 372 352 313 0 6 23 2 50 122 131
Binary 11111010 11101010 11001011 0 110 10011 10 101000 1010010 1011001

Color Harmonies of #FAEACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEACB

Black with #FAEACB

Text Example


Text Example

White with #FAEACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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