#FCA49D

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

Shades of Rose Bud #FCA49D

Tints of Rose Bud #FCA49D

Color information

#FCA49D (or 0xFCA49D) is unknown color: approx Rose Bud. HEX triplet: FC, A4 and 9D. RGB value is (252,164,157). Sum of RGB (Red+Green+Blue) = 252+164+157=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA49D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA49D is #035B62. Grayscale: #BDBDBD. Windows color (decimal): -220003 or 10331388. OLE color: 10331388.

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

Color convert

RGB252164157-
CMYK00.350.380.01
HSL4.42º94.06%80.2%-
HSV(B)4.42º37.7%98.82%-
XYZ59.5149.6838.35-
YUV189.51109.65172.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 164 (64.45% from 255) = 28.62%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=43.98%
G=28.62%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216415700.350.380.014.4294.0680.2
HexFCA49D02326145e50
Octal3742442350434614136120
Binary1111110010100100100111010100011100110110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA49D; }

 p { color: rgb(252,164,157); }

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

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

 a { background-color: rgb(252,164,157); }

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

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

 span { border-color: rgb(252,164,157); }

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