#FCA99A

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

Shades of Rose Bud #FCA99A

Tints of Rose Bud #FCA99A

Color information

#FCA99A (or 0xFCA99A) is unknown color: approx Rose Bud. HEX triplet: FC, A9 and 9A. RGB value is (252,169,154). Sum of RGB (Red+Green+Blue) = 252+169+154=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA99A is #035665. Grayscale: #C0C0C0. Windows color (decimal): -218726 or 10136060. OLE color: 10136060.

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

Color convert

RGB252169154-
CMYK00.330.390.01
HSL9.18º94.23%79.61%-
HSV(B)9.18º38.89%98.82%-
XYZ60.1751.437.32-
YUV192.11106.5170.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 169 (66.41% from 255) = 29.39%
BLUE value IS 154 (60.55% from 255) = 26.78%
R=43.83%
G=29.39%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216915400.330.390.019.1894.2379.61
HexFCA99A02127195e50
Octal37425123204147111136120
Binary11111100101010011001101001000011001111100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA99A; }

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

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

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

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

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

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

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

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