Html Css Color HEX #FCB186 Tacao

📋 copy color: '#FCB186'

red 252 ◦ green 177 ◦ blue 134

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

Shades of Tacao #FCB186

Tints of Tacao #FCB186

RGB

 RED value IS 252 (98.83% from 255) = 44.76%

 GREEN value IS 177 (69.53% from 255) = 31.44%

 BLUE value IS 134 (52.73% from 255) = 23.8%

R = 44.76%
G = 31.44%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCB186 (or 0xFCB186) is known color: Tacao. HEX triplet: FC, B1 and 86. RGB value is (252,177,134). Sum of RGB (Red+Green+Blue) = 252+177+134=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB186 is #034E79. Grayscale: #C2C2C2. Windows color (decimal): -216698 or 8827388. OLE color: 8827388.

HSL color Cylindrical-coordinate representation of color #FCB186: hue angle of 21.86º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCB186 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 177 134 -
CMYK 0 0.30 0.47 0.01
HSL 21.86º 0.95% 0.76% -
HSV(B) 21.86º 0.47% 0.99% -
XYZ 60.17 53.86 29.78 -
YUV 194.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 252 177 134 0 0.30 0.47 0.01 21.86 0.95 0.76
Hex FC B1 86 0 1E 2F 1 16 5F 4C
Octal 374 261 206 0 36 57 1 26 137 114
Binary 11111100 10110001 10000110 0 11110 101111 1 10110 1011111 1001100

Color Harmonies of #FCB186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB186

Black with #FCB186

Text Example


Text Example

White with #FCB186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB186; }

 p { color: rgb(252,177,134); }

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

background-color css

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

 a { background-color: rgb(252,177,134); }

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

border-color css

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

 span { border-color: rgb(252,177,134); }

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