Html Css Color HEX #FAECCA Gin Fizz

📋 copy color: '#FAECCA'

red 250 ◦ green 236 ◦ blue 202

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

Shades of Gin Fizz #FAECCA

Tints of Gin Fizz #FAECCA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.3%

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

R = 36.34%
G = 34.3%
B = 29.36%

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

#FAECCA (or 0xFAECCA) is known color: Gin Fizz. HEX triplet: FA, EC and CA. RGB value is (250,236,202). Sum of RGB (Red+Green+Blue) = 250+236+202=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECCA is #051335. Grayscale: #ECECEC. Windows color (decimal): -332598 or 13298938. OLE color: 13298938.

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

Color convert

RGB 250 236 202 -
CMYK 0 0.06 0.19 0.02
HSL 42.5º 0.83% 0.89% -
HSV(B) 42.5º 0.19% 0.98% -
XYZ 80.08 84.58 67.98 -
YUV 236.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 250 236 202 0 0.06 0.19 0.02 42.5 0.83 0.89
Hex FA EC CA 0 6 13 2 2A 53 59
Octal 372 354 312 0 6 23 2 52 123 131
Binary 11111010 11101100 11001010 0 110 10011 10 101010 1010011 1011001

Color Harmonies of #FAECCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECCA

Black with #FAECCA

Text Example


Text Example

White with #FAECCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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