Html Css Color HEX #FACD6B Grandis

📋 copy color: '#FACD6B'

red 250 ◦ green 205 ◦ blue 107

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

Shades of Grandis #FACD6B

Tints of Grandis #FACD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.04%

R = 44.48%
G = 36.48%
B = 19.04%

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

#FACD6B (or 0xFACD6B) is known color: Grandis. HEX triplet: FA, CD and 6B. RGB value is (250,205,107). Sum of RGB (Red+Green+Blue) = 250+205+107=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD6B is #053294. Grayscale: #CFCFCF. Windows color (decimal): -340629 or 7065082. OLE color: 7065082.

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

Color convert

RGB 250 205 107 -
CMYK 0 0.18 0.57 0.02
HSL 41.12º 0.93% 0.7% -
HSV(B) 41.12º 0.57% 0.98% -
XYZ 63.91 65.05 23.1 -
YUV 207.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 250 205 107 0 0.18 0.57 0.02 41.12 0.93 0.7
Hex FA CD 6B 0 12 39 2 29 5D 46
Octal 372 315 153 0 22 71 2 51 135 106
Binary 11111010 11001101 1101011 0 10010 111001 10 101001 1011101 1000110

Color Harmonies of #FACD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD6B

Black with #FACD6B

Text Example


Text Example

White with #FACD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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