Html Css Color HEX #FACE68 Grandis

📋 copy color: '#FACE68'

red 250 ◦ green 206 ◦ blue 104

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

Shades of Grandis #FACE68

Tints of Grandis #FACE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.57%

R = 44.64%
G = 36.79%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FACE68 (or 0xFACE68) is known color: Grandis. HEX triplet: FA, CE and 68. RGB value is (250,206,104). Sum of RGB (Red+Green+Blue) = 250+206+104=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE68 is #053197. Grayscale: #CFCFCF. Windows color (decimal): -340376 or 6868730. OLE color: 6868730.

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

Color convert

RGB 250 206 104 -
CMYK 0 0.18 0.58 0.02
HSL 41.92º 0.94% 0.69% -
HSV(B) 41.92º 0.58% 0.98% -
XYZ 63.99 65.47 22.36 -
YUV 207.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 250 206 104 0 0.18 0.58 0.02 41.92 0.94 0.69
Hex FA CE 68 0 12 3A 2 2A 5E 45
Octal 372 316 150 0 22 72 2 52 136 105
Binary 11111010 11001110 1101000 0 10010 111010 10 101010 1011110 1000101

Color Harmonies of #FACE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE68

Black with #FACE68

Text Example


Text Example

White with #FACE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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