#FCAC8A

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

Shades of Rose Bud #FCAC8A

Tints of Rose Bud #FCAC8A

Color information

#FCAC8A (or 0xFCAC8A) is unknown color: approx Rose Bud. HEX triplet: FC, AC and 8A. RGB value is (252,172,138). Sum of RGB (Red+Green+Blue) = 252+172+138=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC8A is #035375. Grayscale: #C0C0C0. Windows color (decimal): -217974 or 9088252. OLE color: 9088252.

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

Color convert

RGB252172138-
CMYK00.320.450.01
HSL17.89º95%76.47%-
HSV(B)17.89º45.24%98.82%-
XYZ59.4852.0430.95-
YUV192.0497.5170.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 138 (54.30% from 255) = 24.56%
R=44.84%
G=30.60%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217213800.320.450.0117.899576.47
HexFCAC8A0202D1125f4c
Octal37425421204055122137114
Binary111111001010110010001010010000010110111001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAC8A; }

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

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

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

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

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

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

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

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