#FCAC8D

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

Shades of Rose Bud #FCAC8D

Tints of Rose Bud #FCAC8D

Color information

#FCAC8D (or 0xFCAC8D) is unknown color: approx Rose Bud. HEX triplet: FC, AC and 8D. RGB value is (252,172,141). Sum of RGB (Red+Green+Blue) = 252+172+141=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC8D is #035372. Grayscale: #C0C0C0. Windows color (decimal): -217971 or 9284860. OLE color: 9284860.

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

Color convert

RGB252172141-
CMYK00.320.440.01
HSL16.76º94.87%77.06%-
HSV(B)16.76º44.05%98.82%-
XYZ59.7152.1232.11-
YUV192.3999170.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 141 (55.47% from 255) = 24.96%
R=44.60%
G=30.44%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217214100.320.440.0116.7694.8777.06
HexFCAC8D0202C1115f4d
Octal37425421504054121137115
Binary111111001010110010001101010000010110011000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAC8D; }

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

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

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

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

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

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

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

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