#FCA893

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

Shades of Rose Bud #FCA893

Tints of Rose Bud #FCA893

Color information

#FCA893 (or 0xFCA893) is unknown color: approx Rose Bud. HEX triplet: FC, A8 and 93. RGB value is (252,168,147). Sum of RGB (Red+Green+Blue) = 252+168+147=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA893 is #03576C. Grayscale: #BEBEBE. Windows color (decimal): -218989 or 9677052. OLE color: 9677052.

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

Color convert

RGB252168147-
CMYK00.330.420.01
HSL12º94.59%78.24%-
HSV(B)12º41.67%98.82%-
XYZ59.4150.8134.28-
YUV190.72103.33171.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 168 (66.02% from 255) = 29.63%
BLUE value IS 147 (57.81% from 255) = 25.93%
R=44.44%
G=29.63%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216814700.330.420.011294.5978.24
HexFCA8930212A1c5f4e
Octal37425022304152114137116
Binary11111100101010001001001101000011010101110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA893; }

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

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

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

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

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

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

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

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