Html Css Color HEX #FCB185 Tacao

📋 copy color: '#FCB185'

red 252 ◦ green 177 ◦ blue 133

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

Shades of Tacao #FCB185

Tints of Tacao #FCB185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.67%

R = 44.84%
G = 31.49%
B = 23.67%

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

#FCB185 (or 0xFCB185) is known color: Tacao. HEX triplet: FC, B1 and 85. RGB value is (252,177,133). Sum of RGB (Red+Green+Blue) = 252+177+133=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB185 is #034E7A. Grayscale: #C2C2C2. Windows color (decimal): -216699 or 8761852. OLE color: 8761852.

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

Color convert

RGB 252 177 133 -
CMYK 0 0.30 0.47 0.01
HSL 22.18º 0.95% 0.75% -
HSV(B) 22.18º 0.47% 0.99% -
XYZ 60.1 53.83 29.41 -
YUV 194.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 252 177 133 0 0.30 0.47 0.01 22.18 0.95 0.75
Hex FC B1 85 0 1E 2F 1 16 5F 4B
Octal 374 261 205 0 36 57 1 26 137 113
Binary 11111100 10110001 10000101 0 11110 101111 1 10110 1011111 1001011

Color Harmonies of #FCB185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB185

Black with #FCB185

Text Example


Text Example

White with #FCB185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB185; }

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

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

background-color css

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

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

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

border-color css

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

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

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