#FCA39C

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

Shades of Rose Bud #FCA39C

Tints of Rose Bud #FCA39C

Color information

#FCA39C (or 0xFCA39C) is unknown color: approx Rose Bud. HEX triplet: FC, A3 and 9C. RGB value is (252,163,156). Sum of RGB (Red+Green+Blue) = 252+163+156=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA39C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA39C is #035C63. Grayscale: #BCBCBC. Windows color (decimal): -220260 or 10265596. OLE color: 10265596.

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

Color convert

RGB252163156-
CMYK00.350.380.01
HSL4.38º94.12%80%-
HSV(B)4.38º38.1%98.82%-
XYZ59.2449.2937.84-
YUV188.81109.49173.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 163 (64.06% from 255) = 28.55%
BLUE value IS 156 (61.33% from 255) = 27.32%
R=44.13%
G=28.55%
B=27.32%

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
Decimal25216315600.350.380.014.3894.1280
HexFCA39C02326145e50
Octal3742432340434614136120
Binary1111110010100011100111000100011100110110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA39C; }

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

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

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

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

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

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

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

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