#FCA891

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

Shades of Rose Bud #FCA891

Tints of Rose Bud #FCA891

Color information

#FCA891 (or 0xFCA891) is unknown color: approx Rose Bud. HEX triplet: FC, A8 and 91. RGB value is (252,168,145). Sum of RGB (Red+Green+Blue) = 252+168+145=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA891 is #03576E. Grayscale: #BEBEBE. Windows color (decimal): -218991 or 9545980. OLE color: 9545980.

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

Color convert

RGB252168145-
CMYK00.330.420.01
HSL12.9º94.69%77.84%-
HSV(B)12.9º42.46%98.82%-
XYZ59.2650.7533.46-
YUV190.49102.33171.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 168 (66.02% from 255) = 29.73%
BLUE value IS 145 (57.03% from 255) = 25.66%
R=44.60%
G=29.73%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216814500.330.420.0112.994.6977.84
HexFCA8910212A1d5f4e
Octal37425022104152115137116
Binary11111100101010001001000101000011010101110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA891; }

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

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

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

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

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

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

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

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