Html Css Color HEX #FACE70 Grandis

📋 copy color: '#FACE70'

red 250 ◦ green 206 ◦ blue 112

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

Shades of Grandis #FACE70

Tints of Grandis #FACE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.72%

R = 44.01%
G = 36.27%
B = 19.72%

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

#FACE70 (or 0xFACE70) is known color: Grandis. HEX triplet: FA, CE and 70. RGB value is (250,206,112). Sum of RGB (Red+Green+Blue) = 250+206+112=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE70 is #05318F. Grayscale: #D0D0D0. Windows color (decimal): -340368 or 7393018. OLE color: 7393018.

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

Color convert

RGB 250 206 112 -
CMYK 0 0.18 0.55 0.02
HSL 40.87º 0.93% 0.71% -
HSV(B) 40.87º 0.55% 0.98% -
XYZ 64.42 65.64 24.6 -
YUV 208.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 250 206 112 0 0.18 0.55 0.02 40.87 0.93 0.71
Hex FA CE 70 0 12 37 2 29 5D 47
Octal 372 316 160 0 22 67 2 51 135 107
Binary 11111010 11001110 1110000 0 10010 110111 10 101001 1011101 1000111

Color Harmonies of #FACE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE70

Black with #FACE70

Text Example


Text Example

White with #FACE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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