Html Css Color HEX #FACD71 Grandis

📋 copy color: '#FACD71'

red 250 ◦ green 205 ◦ blue 113

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

Shades of Grandis #FACD71

Tints of Grandis #FACD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.89%

R = 44.01%
G = 36.09%
B = 19.89%

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

#FACD71 (or 0xFACD71) is known color: Grandis. HEX triplet: FA, CD and 71. RGB value is (250,205,113). Sum of RGB (Red+Green+Blue) = 250+205+113=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD71 is #05328E. Grayscale: #D0D0D0. Windows color (decimal): -340623 or 7458298. OLE color: 7458298.

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

Color convert

RGB 250 205 113 -
CMYK 0 0.18 0.55 0.02
HSL 40.29º 0.93% 0.71% -
HSV(B) 40.29º 0.55% 0.98% -
XYZ 64.24 65.18 24.82 -
YUV 207.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 250 205 113 0 0.18 0.55 0.02 40.29 0.93 0.71
Hex FA CD 71 0 12 37 2 28 5D 47
Octal 372 315 161 0 22 67 2 50 135 107
Binary 11111010 11001101 1110001 0 10010 110111 10 101000 1011101 1000111

Color Harmonies of #FACD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD71

Black with #FACD71

Text Example


Text Example

White with #FACD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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