#FCA99D

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

Shades of Rose Bud #FCA99D

Tints of Rose Bud #FCA99D

Color information

#FCA99D (or 0xFCA99D) is unknown color: approx Rose Bud. HEX triplet: FC, A9 and 9D. RGB value is (252,169,157). Sum of RGB (Red+Green+Blue) = 252+169+157=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA99D is #035662. Grayscale: #C0C0C0. Windows color (decimal): -218723 or 10332668. OLE color: 10332668.

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

Color convert

RGB252169157-
CMYK00.330.380.01
HSL7.58º94.06%80.2%-
HSV(B)7.58º37.7%98.82%-
XYZ60.4251.5138.66-
YUV192.45108170.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 169 (66.41% from 255) = 29.24%
BLUE value IS 157 (61.72% from 255) = 27.16%
R=43.60%
G=29.24%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216915700.330.380.017.5894.0680.2
HexFCA99D02126185e50
Octal37425123504146110136120
Binary11111100101010011001110101000011001101100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA99D; }

 p { color: rgb(252,169,157); }

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

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

 a { background-color: rgb(252,169,157); }

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

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

 span { border-color: rgb(252,169,157); }

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