#FCA3A0

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

Shades of Rose Bud #FCA3A0

Tints of Rose Bud #FCA3A0

Color information

#FCA3A0 (or 0xFCA3A0) is unknown color: approx Rose Bud. HEX triplet: FC, A3 and A0. RGB value is (252,163,160). Sum of RGB (Red+Green+Blue) = 252+163+160=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA3A0 is #035C5F. Grayscale: #BDBDBD. Windows color (decimal): -220256 or 10527740. OLE color: 10527740.

HSL color Cylindrical-coordinate representation of color #FCA3A0: hue angle of 1.96º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA3A0 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB252163160-
CMYK00.350.370.01
HSL1.96º93.88%80.78%-
HSV(B)1.96º36.51%98.82%-
XYZ59.5949.4339.66-
YUV189.27111.49172.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 163 (64.06% from 255) = 28.35%
BLUE value IS 160 (62.89% from 255) = 27.83%
R=43.83%
G=28.35%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216316000.350.370.011.9693.8880.78
HexFCA3A002325125e51
Octal3742432400434512136121
Binary111111001010001110100000010001110010111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA3A0; }

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

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

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

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

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

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

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

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