#FCA894

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

Shades of Rose Bud #FCA894

Tints of Rose Bud #FCA894

Color information

#FCA894 (or 0xFCA894) is unknown color: approx Rose Bud. HEX triplet: FC, A8 and 94. RGB value is (252,168,148). Sum of RGB (Red+Green+Blue) = 252+168+148=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA894 is #03576B. Grayscale: #BEBEBE. Windows color (decimal): -218988 or 9742588. OLE color: 9742588.

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

Color convert

RGB252168148-
CMYK00.330.410.01
HSL11.54º94.55%78.43%-
HSV(B)11.54º41.27%98.82%-
XYZ59.4950.8434.69-
YUV190.84103.83171.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.37%
GREEN value IS 168 (66.02% from 255) = 29.58%
BLUE value IS 148 (58.20% from 255) = 26.06%
R=44.37%
G=29.58%
B=26.06%

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
Decimal25216814800.330.410.0111.5494.5578.43
HexFCA894021291c5f4e
Octal37425022404151114137116
Binary11111100101010001001010001000011010011110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA894; }

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

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

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

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

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

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

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

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