Html Css Color HEX #FAEBCB Gin Fizz

📋 copy color: '#FAEBCB'

red 250 ◦ green 235 ◦ blue 203

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

Shades of Gin Fizz #FAEBCB

Tints of Gin Fizz #FAEBCB

RGB

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

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

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

R = 36.34%
G = 34.16%
B = 29.51%

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

#FAEBCB (or 0xFAEBCB) is known color: Gin Fizz. HEX triplet: FA, EB and CB. RGB value is (250,235,203). Sum of RGB (Red+Green+Blue) = 250+235+203=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBCB is #051434. Grayscale: #EBEBEB. Windows color (decimal): -332853 or 13364218. OLE color: 13364218.

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

Color convert

RGB 250 235 203 -
CMYK 0 0.06 0.19 0.02
HSL 40.85º 0.82% 0.89% -
HSV(B) 40.85º 0.19% 0.98% -
XYZ 79.91 84.05 68.51 -
YUV 235.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 250 235 203 0 0.06 0.19 0.02 40.85 0.82 0.89
Hex FA EB CB 0 6 13 2 29 52 59
Octal 372 353 313 0 6 23 2 51 122 131
Binary 11111010 11101011 11001011 0 110 10011 10 101001 1010010 1011001

Color Harmonies of #FAEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBCB

Black with #FAEBCB

Text Example


Text Example

White with #FAEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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