#FCA9A1

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

Shades of Rose Bud #FCA9A1

Tints of Rose Bud #FCA9A1

Color information

#FCA9A1 (or 0xFCA9A1) is unknown color: approx Rose Bud. HEX triplet: FC, A9 and A1. RGB value is (252,169,161). Sum of RGB (Red+Green+Blue) = 252+169+161=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA9A1 is #03565E. Grayscale: #C1C1C1. Windows color (decimal): -218719 or 10594812. OLE color: 10594812.

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

Color convert

RGB252169161-
CMYK00.330.360.01
HSL5.27º93.81%80.98%-
HSV(B)5.27º36.11%98.82%-
XYZ60.7751.6440.48-
YUV192.9110170.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.30%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 161 (63.28% from 255) = 27.66%
R=43.30%
G=29.04%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216916100.330.360.015.2793.8180.98
HexFCA9A102124155e51
Octal3742512410414415136121
Binary1111110010101001101000010100001100100110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9A1; }

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

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

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

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

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

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

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

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