#FBA38F

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

Shades of Rose Bud #FBA38F

Tints of Rose Bud #FBA38F

Color information

#FBA38F (or 0xFBA38F) is unknown color: approx Rose Bud. HEX triplet: FB, A3 and 8F. RGB value is (251,163,143). Sum of RGB (Red+Green+Blue) = 251+163+143=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA38F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA38F is #045C70. Grayscale: #BBBBBB. Windows color (decimal): -285809 or 9413627. OLE color: 9413627.

HSL color Cylindrical-coordinate representation of color #FBA38F: hue angle of 11.11º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBA38F is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB251163143-
CMYK00.350.430.02
HSL11.11º93.1%77.25%-
HSV(B)11.11º43.03%98.43%-
XYZ57.8448.6932.34-
YUV187.03103.15173.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 163 (64.06% from 255) = 29.26%
BLUE value IS 143 (56.25% from 255) = 25.67%
R=45.06%
G=29.26%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116314300.350.430.0211.1193.177.25
HexFBA38F0232B2b5d4d
Octal37324321704353213135115
Binary111110111010001110001111010001110101110101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA38F; }

 p { color: rgb(251,163,143); }

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

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

 a { background-color: rgb(251,163,143); }

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

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

 span { border-color: rgb(251,163,143); }

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