#fcac9e

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

Shades of Rose Bud #FCAC9E

Tints of Rose Bud #FCAC9E

Color information

#FCAC9E (or 0xFCAC9E) is unknown color: approx Rose Bud. HEX triplet: FC, AC and 9E. RGB value is (252,172,158). Sum of RGB (Red+Green+Blue) = 252+172+158=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC9E is #035361. Grayscale: #C2C2C2. Windows color (decimal): -217954 or 10398972. OLE color: 10398972.

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

Color convert

RGB252172158-
CMYK00.320.370.01
HSL8.94º94%80.39%-
HSV(B)8.94º37.3%98.82%-
XYZ61.0752.6739.3-
YUV194.32107.5169.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.30%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 158 (62.11% from 255) = 27.15%
R=43.30%
G=29.55%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217215800.320.370.018.949480.39
HexFCAC9E02025195e50
Octal37425423604045111136120
Binary11111100101011001001111001000001001011100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcac9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcac9e; }

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

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

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

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

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

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

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

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