#FCA99C

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

Shades of Rose Bud #FCA99C

Tints of Rose Bud #FCA99C

Color information

#FCA99C (or 0xFCA99C) is unknown color: approx Rose Bud. HEX triplet: FC, A9 and 9C. RGB value is (252,169,156). Sum of RGB (Red+Green+Blue) = 252+169+156=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA99C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA99C is #035663. Grayscale: #C0C0C0. Windows color (decimal): -218724 or 10267132. OLE color: 10267132.

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

Color convert

RGB252169156-
CMYK00.330.380.01
HSL8.13º94.12%80%-
HSV(B)8.13º38.1%98.82%-
XYZ60.3351.4738.21-
YUV192.33107.5170.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.67%
GREEN value IS 169 (66.41% from 255) = 29.29%
BLUE value IS 156 (61.33% from 255) = 27.04%
R=43.67%
G=29.29%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216915600.330.380.018.1394.1280
HexFCA99C02126185e50
Octal37425123404146110136120
Binary11111100101010011001110001000011001101100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA99C; }

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

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

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

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

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

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

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

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