#FCA78C

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

Shades of Rose Bud #FCA78C

Tints of Rose Bud #FCA78C

Color information

#FCA78C (or 0xFCA78C) is unknown color: approx Rose Bud. HEX triplet: FC, A7 and 8C. RGB value is (252,167,140). Sum of RGB (Red+Green+Blue) = 252+167+140=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA78C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA78C is #035873. Grayscale: #BDBDBD. Windows color (decimal): -219252 or 9218044. OLE color: 9218044.

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

Color convert

RGB252167140-
CMYK00.340.440.01
HSL14.46º94.92%76.86%-
HSV(B)14.46º44.44%98.82%-
XYZ58.750.2331.41-
YUV189.34100.16172.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.08%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 140 (55.08% from 255) = 25.04%
R=45.08%
G=29.87%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216714000.340.440.0114.4694.9276.86
HexFCA78C0222C1e5f4d
Octal37424721404254116137115
Binary11111100101001111000110001000101011001111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA78C; }

 p { color: rgb(252,167,140); }

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

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

 a { background-color: rgb(252,167,140); }

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

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

 span { border-color: rgb(252,167,140); }

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