#FCA495

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

Shades of Rose Bud #FCA495

Tints of Rose Bud #FCA495

Color information

#FCA495 (or 0xFCA495) is unknown color: approx Rose Bud. HEX triplet: FC, A4 and 95. RGB value is (252,164,149). Sum of RGB (Red+Green+Blue) = 252+164+149=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA495 is #035B6A. Grayscale: #BCBCBC. Windows color (decimal): -220011 or 9807100. OLE color: 9807100.

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

Color convert

RGB252164149-
CMYK00.350.410.01
HSL8.74º94.5%78.63%-
HSV(B)8.74º40.87%98.82%-
XYZ58.8549.4234.87-
YUV188.6105.65173.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 149 (58.59% from 255) = 26.37%
R=44.60%
G=29.03%
B=26.37%

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
Decimal25216414900.350.410.018.7494.578.63
HexFCA49502329195e4f
Octal37424422504351111136117
Binary11111100101001001001010101000111010011100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA495; }

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

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

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

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

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

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

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

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