#FCA193

Color #FCA193 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FCA193

Tints of Rose Bud #FCA193

Color information

#FCA193 (or 0xFCA193) is unknown color: approx Rose Bud. HEX triplet: FC, A1 and 93. RGB value is (252,161,147). Sum of RGB (Red+Green+Blue) = 252+161+147=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA193 is #035E6C. Grayscale: #BABABA. Windows color (decimal): -220781 or 9675260. OLE color: 9675260.

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

Color convert

RGB252161147-
CMYK00.360.420.01
HSL94.59%78.24%-
HSV(B)41.67%98.82%-
XYZ58.1648.2933.86-
YUV186.61105.65174.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45%
GREEN value IS 161 (63.28% from 255) = 28.75%
BLUE value IS 147 (57.81% from 255) = 26.25%
R=45%
G=28.75%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216114700.360.420.01894.5978.24
HexFCA1930242A185f4e
Octal37424122304452110137116
Binary11111100101000011001001101001001010101100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA193; }

 p { color: rgb(252,161,147); }

 H1.HeaderClassName
 {
   color: #FCA193;
 }
 .AnyTagClassName
 {
   color: #FCA193;
 }
</style>
background-color css

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

 a { background-color: rgb(252,161,147); }

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

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

 span { border-color: rgb(252,161,147); }

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