#FCA992

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

Shades of Rose Bud #FCA992

Tints of Rose Bud #FCA992

Color information

#FCA992 (or 0xFCA992) is unknown color: approx Rose Bud. HEX triplet: FC, A9 and 92. RGB value is (252,169,146). Sum of RGB (Red+Green+Blue) = 252+169+146=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA992 is #03566D. Grayscale: #BFBFBF. Windows color (decimal): -218734 or 9611772. OLE color: 9611772.

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

Color convert

RGB252169146-
CMYK00.330.420.01
HSL13.02º94.64%78.04%-
HSV(B)13.02º42.06%98.82%-
XYZ59.5251.1533.93-
YUV191.2102.5171.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 146 (57.42% from 255) = 25.75%
R=44.44%
G=29.81%
B=25.75%

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
Decimal25216914600.330.420.0113.0294.6478.04
HexFCA9920212A1d5f4e
Octal37425122204152115137116
Binary11111100101010011001001001000011010101110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA992; }

 p { color: rgb(252,169,146); }

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

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

 a { background-color: rgb(252,169,146); }

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

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

 span { border-color: rgb(252,169,146); }

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