#FCA09B

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

Shades of Rose Bud #FCA09B

Tints of Rose Bud #FCA09B

Color information

#FCA09B (or 0xFCA09B) is unknown color: approx Rose Bud. HEX triplet: FC, A0 and 9B. RGB value is (252,160,155). Sum of RGB (Red+Green+Blue) = 252+160+155=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA09B is #035F64. Grayscale: #BBBBBB. Windows color (decimal): -221029 or 10199292. OLE color: 10199292.

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

Color convert

RGB252160155-
CMYK00.370.380.01
HSL3.09º94.17%79.8%-
HSV(B)3.09º38.49%98.82%-
XYZ58.6348.237.22-
YUV186.94109.98174.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 160 (62.89% from 255) = 28.22%
BLUE value IS 155 (60.94% from 255) = 27.34%
R=44.44%
G=28.22%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216015500.370.380.013.0994.1779.8
HexFCA09B02526135e50
Octal3742402330454613136120
Binary111111001010000010011011010010110011011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA09B; }

 p { color: rgb(252,160,155); }

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

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

 a { background-color: rgb(252,160,155); }

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

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

 span { border-color: rgb(252,160,155); }

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