Html Css Color HEX #FBCD6C Grandis

📋 copy color: '#FBCD6C'

red 251 ◦ green 205 ◦ blue 108

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

Shades of Grandis #FBCD6C

Tints of Grandis #FBCD6C

RGB

 RED value IS 251 (98.44% from 255) = 44.5%

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

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

R = 44.5%
G = 36.35%
B = 19.15%

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

#FBCD6C (or 0xFBCD6C) is known color: Grandis. HEX triplet: FB, CD and 6C. RGB value is (251,205,108). Sum of RGB (Red+Green+Blue) = 251+205+108=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCD6C is #043293. Grayscale: #D0D0D0. Windows color (decimal): -275092 or 7130619. OLE color: 7130619.

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

Color convert

RGB 251 205 108 -
CMYK 0 0.18 0.57 0.02
HSL 40.7º 0.95% 0.7% -
HSV(B) 40.7º 0.57% 0.98% -
XYZ 64.32 65.25 23.39 -
YUV 207.7 71.74 158.89 -
System Red Green Blue C M Y K H S L
Decimal 251 205 108 0 0.18 0.57 0.02 40.7 0.95 0.7
Hex FB CD 6C 0 12 39 2 29 5F 46
Octal 373 315 154 0 22 71 2 51 137 106
Binary 11111011 11001101 1101100 0 10010 111001 10 101001 1011111 1000110

Color Harmonies of #FBCD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD6C

Black with #FBCD6C

Text Example


Text Example

White with #FBCD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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