Html Css Color HEX #FAEACC Gin Fizz

📋 copy color: '#FAEACC'

red 250 ◦ green 234 ◦ blue 204

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

Shades of Gin Fizz #FAEACC

Tints of Gin Fizz #FAEACC

RGB

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

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

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

R = 36.34%
G = 34.01%
B = 29.65%

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

#FAEACC (or 0xFAEACC) is known color: Gin Fizz. HEX triplet: FA, EA and CC. RGB value is (250,234,204). Sum of RGB (Red+Green+Blue) = 250+234+204=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 204 (80.08% from 255 or 29.65% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEACC is #051533. Grayscale: #EBEBEB. Windows color (decimal): -333108 or 13429498. OLE color: 13429498.

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

Color convert

RGB 250 234 204 -
CMYK 0 0.06 0.18 0.02
HSL 39.13º 0.82% 0.89% -
HSV(B) 39.13º 0.18% 0.98% -
XYZ 79.75 83.53 69.05 -
YUV 235.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 250 234 204 0 0.06 0.18 0.02 39.13 0.82 0.89
Hex FA EA CC 0 6 12 2 27 52 59
Octal 372 352 314 0 6 22 2 47 122 131
Binary 11111010 11101010 11001100 0 110 10010 10 100111 1010010 1011001

Color Harmonies of #FAEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEACC

Black with #FAEACC

Text Example


Text Example

White with #FAEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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