Html Css Color HEX #FAEDCC Gin Fizz

📋 copy color: '#FAEDCC'

red 250 ◦ green 237 ◦ blue 204

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

Shades of Gin Fizz #FAEDCC

Tints of Gin Fizz #FAEDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 29.52%

R = 36.18%
G = 34.3%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAEDCC (or 0xFAEDCC) is known color: Gin Fizz. HEX triplet: FA, ED and CC. RGB value is (250,237,204). Sum of RGB (Red+Green+Blue) = 250+237+204=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 204 (80.08% from 255 or 29.52% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDCC is #051233. Grayscale: #EDEDED. Windows color (decimal): -332340 or 13430266. OLE color: 13430266.

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

Color convert

RGB 250 237 204 -
CMYK 0 0.05 0.18 0.02
HSL 43.04º 0.82% 0.89% -
HSV(B) 43.04º 0.18% 0.98% -
XYZ 80.61 85.25 69.33 -
YUV 237.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 250 237 204 0 0.05 0.18 0.02 43.04 0.82 0.89
Hex FA ED CC 0 5 12 2 2B 52 59
Octal 372 355 314 0 5 22 2 53 122 131
Binary 11111010 11101101 11001100 0 101 10010 10 101011 1010010 1011001

Color Harmonies of #FAEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDCC

Black with #FAEDCC

Text Example


Text Example

White with #FAEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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