Html Css Color HEX #FACD6C Grandis

📋 copy color: '#FACD6C'

red 250 ◦ green 205 ◦ blue 108

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

Shades of Grandis #FACD6C

Tints of Grandis #FACD6C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.41%

 BLUE value IS 108 (42.58% from 255) = 19.18%

R = 44.4%
G = 36.41%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FACD6C (or 0xFACD6C) is known color: 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

RGB 250 205 108 -
CMYK 0 0.18 0.57 0.02
HSL 40.99º 0.93% 0.7% -
HSV(B) 40.99º 0.57% 0.98% -
XYZ 63.96 65.07 23.38 -
YUV 207.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 250 205 108 0 0.18 0.57 0.02 40.99 0.93 0.7
Hex FA CD 6C 0 12 39 2 29 5D 46
Octal 372 315 154 0 22 71 2 51 135 106
Binary 11111010 11001101 1101100 0 10010 111001 10 101001 1011101 1000110

Color Harmonies of #FACD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD6C

Black with #FACD6C

Text Example


Text Example

White with #FACD6C

Text Example


Text Example

HTML Codes & Css Web 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>