#FCA79C

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

Shades of Rose Bud #FCA79C

Tints of Rose Bud #FCA79C

Color information

#FCA79C (or 0xFCA79C) is unknown color: approx Rose Bud. HEX triplet: FC, A7 and 9C. RGB value is (252,167,156). Sum of RGB (Red+Green+Blue) = 252+167+156=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA79C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA79C is #035863. Grayscale: #BFBFBF. Windows color (decimal): -219236 or 10266620. OLE color: 10266620.

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

Color convert

RGB252167156-
CMYK00.340.380.01
HSL6.88º94.12%80%-
HSV(B)6.88º38.1%98.82%-
XYZ59.9650.7338.08-
YUV191.16108.16171.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 167 (65.62% from 255) = 29.04%
BLUE value IS 156 (61.33% from 255) = 27.13%
R=43.83%
G=29.04%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216715600.340.380.016.8894.1280
HexFCA79C02226175e50
Octal3742472340424617136120
Binary1111110010100111100111000100010100110111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA79C; }

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

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

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

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

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

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

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

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