Html Css Color HEX #FCAD85 Tacao

📋 copy color: '#FCAD85'

red 252 ◦ green 173 ◦ blue 133

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

Shades of Tacao #FCAD85

Tints of Tacao #FCAD85

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31%

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

R = 45.16%
G = 31%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCAD85 (or 0xFCAD85) is known color: Tacao. HEX triplet: FC, AD and 85. RGB value is (252,173,133). Sum of RGB (Red+Green+Blue) = 252+173+133=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAD85 is #03527A. Grayscale: #C0C0C0. Windows color (decimal): -217723 or 8760828. OLE color: 8760828.

HSL color Cylindrical-coordinate representation of color #FCAD85: hue angle of 20.17º 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 #FCAD85 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 173 133 -
CMYK 0 0.31 0.47 0.01
HSL 20.17º 0.95% 0.75% -
HSV(B) 20.17º 0.47% 0.99% -
XYZ 59.32 52.28 29.15 -
YUV 192.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 252 173 133 0 0.31 0.47 0.01 20.17 0.95 0.75
Hex FC AD 85 0 1F 2F 1 14 5F 4B
Octal 374 255 205 0 37 57 1 24 137 113
Binary 11111100 10101101 10000101 0 11111 101111 1 10100 1011111 1001011

Color Harmonies of #FCAD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD85

Black with #FCAD85

Text Example


Text Example

White with #FCAD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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