#FCB19A

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

Shades of Rose Bud #FCB19A

Tints of Rose Bud #FCB19A

Color information

#FCB19A (or 0xFCB19A) is unknown color: approx Rose Bud. HEX triplet: FC, B1 and 9A. RGB value is (252,177,154). Sum of RGB (Red+Green+Blue) = 252+177+154=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB19A is #034E65. Grayscale: #C4C4C4. Windows color (decimal): -216678 or 10138108. OLE color: 10138108.

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

Color convert

RGB252177154-
CMYK00.300.390.01
HSL14.08º94.23%79.61%-
HSV(B)14.08º38.89%98.82%-
XYZ61.754.4737.83-
YUV196.8103.85167.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 177 (69.53% from 255) = 30.36%
BLUE value IS 154 (60.55% from 255) = 26.42%
R=43.22%
G=30.36%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217715400.300.390.0114.0894.2379.61
HexFCB19A01E271e5e50
Octal37426123203647116136120
Binary1111110010110001100110100111101001111111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB19A; }

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

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

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

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

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

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

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

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