Html Css Color HEX #FACD6F Grandis

📋 copy color: '#FACD6F'

red 250 ◦ green 205 ◦ blue 111

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

Shades of Grandis #FACD6F

Tints of Grandis #FACD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.61%

R = 44.17%
G = 36.22%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FACD6F (or 0xFACD6F) is known color: Grandis. HEX triplet: FA, CD and 6F. RGB value is (250,205,111). Sum of RGB (Red+Green+Blue) = 250+205+111=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD6F is #053290. Grayscale: #D0D0D0. Windows color (decimal): -340625 or 7327226. OLE color: 7327226.

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

Color convert

RGB 250 205 111 -
CMYK 0 0.18 0.56 0.02
HSL 40.58º 0.93% 0.71% -
HSV(B) 40.58º 0.56% 0.98% -
XYZ 64.12 65.13 24.23 -
YUV 207.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 250 205 111 0 0.18 0.56 0.02 40.58 0.93 0.71
Hex FA CD 6F 0 12 38 2 29 5D 47
Octal 372 315 157 0 22 70 2 51 135 107
Binary 11111010 11001101 1101111 0 10010 111000 10 101001 1011101 1000111

Color Harmonies of #FACD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD6F

Black with #FACD6F

Text Example


Text Example

White with #FACD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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