#FCA895

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

Shades of Rose Bud #FCA895

Tints of Rose Bud #FCA895

Color information

#FCA895 (or 0xFCA895) is unknown color: approx Rose Bud. HEX triplet: FC, A8 and 95. RGB value is (252,168,149). Sum of RGB (Red+Green+Blue) = 252+168+149=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA895 is #03576A. Grayscale: #BFBFBF. Windows color (decimal): -218987 or 9808124. OLE color: 9808124.

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

Color convert

RGB252168149-
CMYK00.330.410.01
HSL11.07º94.5%78.63%-
HSV(B)11.07º40.87%98.82%-
XYZ59.5750.8735.11-
YUV190.95104.33171.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 168 (66.02% from 255) = 29.53%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=44.29%
G=29.53%
B=26.19%

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
Decimal25216814900.330.410.0111.0794.578.63
HexFCA895021291b5e4f
Octal37425022504151113136117
Binary11111100101010001001010101000011010011101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA895; }

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

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

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

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

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

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

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

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