#FACE71

Color #FACE71 Grandis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grandis #FACE71

Tints of Grandis #FACE71

Color information

#FACE71 (or 0xFACE71) is unknown color: approx 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

RGB250206113-
CMYK00.180.550.02
HSL40.73º93.2%71.18%-
HSV(B)40.73º54.8%98.04%-
XYZ64.4865.6624.9-
YUV208.5574.08157.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 113 (44.53% from 255) = 19.86%
R=43.94%
G=36.20%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020611300.180.550.0240.7393.271.18
HexFACE71012372295d47
Octal37231616102267251135107
Binary111110101100111011100010100101101111010100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>