#FCA293

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

Shades of Rose Bud #FCA293

Tints of Rose Bud #FCA293

Color information

#FCA293 (or 0xFCA293) is unknown color: approx Rose Bud. HEX triplet: FC, A2 and 93. RGB value is (252,162,147). Sum of RGB (Red+Green+Blue) = 252+162+147=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA293 is #035D6C. Grayscale: #BBBBBB. Windows color (decimal): -220525 or 9675516. OLE color: 9675516.

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

Color convert

RGB252162147-
CMYK00.360.420.01
HSL8.57º94.59%78.24%-
HSV(B)8.57º41.67%98.82%-
XYZ58.3348.6433.92-
YUV187.2105.32174.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.92%
GREEN value IS 162 (63.67% from 255) = 28.88%
BLUE value IS 147 (57.81% from 255) = 26.20%
R=44.92%
G=28.88%
B=26.20%

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
Decimal25216214700.360.420.018.5794.5978.24
HexFCA2930242A195f4e
Octal37424222304452111137116
Binary11111100101000101001001101001001010101100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA293; }

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

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

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

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

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

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

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

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