#FCAB9C

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

Shades of Rose Bud #FCAB9C

Tints of Rose Bud #FCAB9C

Color information

#FCAB9C (or 0xFCAB9C) is unknown color: approx Rose Bud. HEX triplet: FC, AB and 9C. RGB value is (252,171,156). Sum of RGB (Red+Green+Blue) = 252+171+156=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB9C is #035463. Grayscale: #C1C1C1. Windows color (decimal): -218212 or 10267644. OLE color: 10267644.

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

Color convert

RGB252171156-
CMYK00.320.380.01
HSL9.38º94.12%80%-
HSV(B)9.38º38.1%98.82%-
XYZ60.7152.2238.33-
YUV193.51106.84169.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.52%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 156 (61.33% from 255) = 26.94%
R=43.52%
G=29.53%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217115600.320.380.019.3894.1280
HexFCAB9C02026195e50
Octal37425323404046111136120
Binary11111100101010111001110001000001001101100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAB9C; }

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

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

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

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

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

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

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

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