Html Css Color HEX #FAEACD Gin Fizz

📋 copy color: '#FAEACD'

red 250 ◦ green 234 ◦ blue 205

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

Shades of Gin Fizz #FAEACD

Tints of Gin Fizz #FAEACD

RGB

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

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

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

R = 36.28%
G = 33.96%
B = 29.75%

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

#FAEACD (or 0xFAEACD) is known color: Gin Fizz. HEX triplet: FA, EA and CD. RGB value is (250,234,205). Sum of RGB (Red+Green+Blue) = 250+234+205=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 205 (80.47% from 255 or 29.75% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEACD is #051532. Grayscale: #EBEBEB. Windows color (decimal): -333107 or 13495034. OLE color: 13495034.

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

Color convert

RGB 250 234 205 -
CMYK 0 0.06 0.18 0.02
HSL 38.67º 0.82% 0.89% -
HSV(B) 38.67º 0.18% 0.98% -
XYZ 79.87 83.58 69.68 -
YUV 235.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 250 234 205 0 0.06 0.18 0.02 38.67 0.82 0.89
Hex FA EA CD 0 6 12 2 27 52 59
Octal 372 352 315 0 6 22 2 47 122 131
Binary 11111010 11101010 11001101 0 110 10010 10 100111 1010010 1011001

Color Harmonies of #FAEACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEACD

Black with #FAEACD

Text Example


Text Example

White with #FAEACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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