#FACD6C

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

Shades of Grandis #FACD6C

Tints of Grandis #FACD6C

Color information

#FACD6C (or 0xFACD6C) is unknown color: approx Grandis. HEX triplet: FA, CD and 6C. RGB value is (250,205,108). Sum of RGB (Red+Green+Blue) = 250+205+108=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD6C is #053293. Grayscale: #CFCFCF. Windows color (decimal): -340628 or 7130618. OLE color: 7130618.

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

Color convert

RGB250205108-
CMYK00.180.570.02
HSL40.99º93.42%70.2%-
HSV(B)40.99º56.8%98.04%-
XYZ63.9665.0723.38-
YUV207.471.91158.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 108 (42.58% from 255) = 19.18%
R=44.40%
G=36.41%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020510800.180.570.0240.9993.4270.2
HexFACD6C012392295d46
Octal37231515402271251135106
Binary111110101100110111011000100101110011010100110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD6C; }

 p { color: rgb(250,205,108); }

 H1.HeaderClassName
 {
   color: #FACD6C;
 }
 .AnyTagClassName
 {
   color: #FACD6C;
 }
</style>
background-color css

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

 a { background-color: rgb(250,205,108); }

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

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

 span { border-color: rgb(250,205,108); }

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