Html Css Color HEX #FACE71 Grandis

📋 copy color: '#FACE71'

red 250 ◦ green 206 ◦ blue 113

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

Shades of Grandis #FACE71

Tints of Grandis #FACE71

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.2%

 BLUE value IS 113 (44.53% from 255) = 19.86%

R = 43.94%
G = 36.2%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FACE71 (or 0xFACE71) is known color: Grandis. HEX triplet: FA, CE and 71. RGB value is (250,206,113). Sum of RGB (Red+Green+Blue) = 250+206+113=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE71 is #05318E. Grayscale: #D0D0D0. Windows color (decimal): -340367 or 7458554. OLE color: 7458554.

HSL color Cylindrical-coordinate representation of color #FACE71: hue angle of 40.73º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FACE71 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 206 113 -
CMYK 0 0.18 0.55 0.02
HSL 40.73º 0.93% 0.71% -
HSV(B) 40.73º 0.55% 0.98% -
XYZ 64.48 65.66 24.9 -
YUV 208.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 250 206 113 0 0.18 0.55 0.02 40.73 0.93 0.71
Hex FA CE 71 0 12 37 2 29 5D 47
Octal 372 316 161 0 22 67 2 51 135 107
Binary 11111010 11001110 1110001 0 10010 110111 10 101001 1011101 1000111

Color Harmonies of #FACE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE71

Black with #FACE71

Text Example


Text Example

White with #FACE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE71; }

 p { color: rgb(250,206,113); }

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

background-color css

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

 a { background-color: rgb(250,206,113); }

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

border-color css

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

 span { border-color: rgb(250,206,113); }

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