#FCA79A

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

Shades of Rose Bud #FCA79A

Tints of Rose Bud #FCA79A

Color information

#FCA79A (or 0xFCA79A) is unknown color: approx Rose Bud. HEX triplet: FC, A7 and 9A. RGB value is (252,167,154). Sum of RGB (Red+Green+Blue) = 252+167+154=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA79A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA79A is #035865. Grayscale: #BFBFBF. Windows color (decimal): -219238 or 10135548. OLE color: 10135548.

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

Color convert

RGB252167154-
CMYK00.340.390.01
HSL7.96º94.23%79.61%-
HSV(B)7.96º38.89%98.82%-
XYZ59.850.6737.2-
YUV190.93107.16171.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 167 (65.62% from 255) = 29.14%
BLUE value IS 154 (60.55% from 255) = 26.88%
R=43.98%
G=29.14%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216715400.340.390.017.9694.2379.61
HexFCA79A02227185e50
Octal37424723204247110136120
Binary11111100101001111001101001000101001111100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA79A; }

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

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

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

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

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

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

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

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