#FCA995

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

Shades of Rose Bud #FCA995

Tints of Rose Bud #FCA995

Color information

#FCA995 (or 0xFCA995) is unknown color: approx Rose Bud. HEX triplet: FC, A9 and 95. RGB value is (252,169,149). Sum of RGB (Red+Green+Blue) = 252+169+149=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA995 is #03566A. Grayscale: #BFBFBF. Windows color (decimal): -218731 or 9808380. OLE color: 9808380.

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

Color convert

RGB252169149-
CMYK00.330.410.01
HSL11.65º94.5%78.63%-
HSV(B)11.65º40.87%98.82%-
XYZ59.7651.2435.17-
YUV191.54104171.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.21%
GREEN value IS 169 (66.41% from 255) = 29.65%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=44.21%
G=29.65%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216914900.330.410.0111.6594.578.63
HexFCA995021291c5e4f
Octal37425122504151114136117
Binary11111100101010011001010101000011010011110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA995; }

 p { color: rgb(252,169,149); }

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

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

 a { background-color: rgb(252,169,149); }

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

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

 span { border-color: rgb(252,169,149); }

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