Html Css Color HEX #FAE9CA Gin Fizz

📋 copy color: '#FAE9CA'

red 250 ◦ green 233 ◦ blue 202

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

Shades of Gin Fizz #FAE9CA

Tints of Gin Fizz #FAE9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.01%

 BLUE value IS 202 (79.3% from 255) = 29.49%

R = 36.5%
G = 34.01%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAE9CA (or 0xFAE9CA) is known color: Gin Fizz. HEX triplet: FA, E9 and CA. RGB value is (250,233,202). Sum of RGB (Red+Green+Blue) = 250+233+202=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9CA is #051635. Grayscale: #EAEAEA. Windows color (decimal): -333366 or 13298170. OLE color: 13298170.

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

Color convert

RGB 250 233 202 -
CMYK 0 0.07 0.19 0.02
HSL 38.75º 0.83% 0.89% -
HSV(B) 38.75º 0.19% 0.98% -
XYZ 79.22 82.87 67.7 -
YUV 234.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 250 233 202 0 0.07 0.19 0.02 38.75 0.83 0.89
Hex FA E9 CA 0 7 13 2 27 53 59
Octal 372 351 312 0 7 23 2 47 123 131
Binary 11111010 11101001 11001010 0 111 10011 10 100111 1010011 1011001

Color Harmonies of #FAE9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE9CA

Black with #FAE9CA

Text Example


Text Example

White with #FAE9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE9CA; }

 p { color: rgb(250,233,202); }

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

background-color css

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

 a { background-color: rgb(250,233,202); }

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

border-color css

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

 span { border-color: rgb(250,233,202); }

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