#FCACA1

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

Shades of Rose Bud #FCACA1

Tints of Rose Bud #FCACA1

Color information

#FCACA1 (or 0xFCACA1) is unknown color: approx Rose Bud. HEX triplet: FC, AC and A1. RGB value is (252,172,161). Sum of RGB (Red+Green+Blue) = 252+172+161=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACA1 is #03535E. Grayscale: #C2C2C2. Windows color (decimal): -217951 or 10595580. OLE color: 10595580.

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

Color convert

RGB252172161-
CMYK00.320.360.01
HSL7.25º93.81%80.98%-
HSV(B)7.25º36.11%98.82%-
XYZ61.3352.7740.67-
YUV194.67109168.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.08%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 161 (63.28% from 255) = 27.52%
R=43.08%
G=29.40%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217216100.320.360.017.2593.8180.98
HexFCACA102024175e51
Octal3742542410404417136121
Binary1111110010101100101000010100000100100111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACA1; }

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

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

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

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

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

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

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

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