#FCA595

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

Shades of Rose Bud #FCA595

Tints of Rose Bud #FCA595

Color information

#FCA595 (or 0xFCA595) is unknown color: approx Rose Bud. HEX triplet: FC, A5 and 95. RGB value is (252,165,149). Sum of RGB (Red+Green+Blue) = 252+165+149=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA595 is #035A6A. Grayscale: #BDBDBD. Windows color (decimal): -219755 or 9807356. OLE color: 9807356.

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

Color convert

RGB252165149-
CMYK00.350.410.01
HSL9.32º94.5%78.63%-
HSV(B)9.32º40.87%98.82%-
XYZ59.0249.7834.93-
YUV189.19105.32172.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.52%
GREEN value IS 165 (64.84% from 255) = 29.15%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=44.52%
G=29.15%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216514900.350.410.019.3294.578.63
HexFCA59502329195e4f
Octal37424522504351111136117
Binary11111100101001011001010101000111010011100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA595; }

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

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

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

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

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

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

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

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