#FCA393

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

Shades of Rose Bud #FCA393

Tints of Rose Bud #FCA393

Color information

#FCA393 (or 0xFCA393) is unknown color: approx Rose Bud. HEX triplet: FC, A3 and 93. RGB value is (252,163,147). Sum of RGB (Red+Green+Blue) = 252+163+147=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA393 is #035C6C. Grayscale: #BBBBBB. Windows color (decimal): -220269 or 9675772. OLE color: 9675772.

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

Color convert

RGB252163147-
CMYK00.350.420.01
HSL9.14º94.59%78.24%-
HSV(B)9.14º41.67%98.82%-
XYZ58.514933.98-
YUV187.79104.99173.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 163 (64.06% from 255) = 29.00%
BLUE value IS 147 (57.81% from 255) = 26.16%
R=44.84%
G=29.00%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216314700.350.420.019.1494.5978.24
HexFCA3930232A195f4e
Octal37424322304352111137116
Binary11111100101000111001001101000111010101100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA393; }

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

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

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

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

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

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

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

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