#FBA88D

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

Shades of Rose Bud #FBA88D

Tints of Rose Bud #FBA88D

Color information

#FBA88D (or 0xFBA88D) is unknown color: approx Rose Bud. HEX triplet: FB, A8 and 8D. RGB value is (251,168,141). Sum of RGB (Red+Green+Blue) = 251+168+141=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA88D is #045772. Grayscale: #BDBDBD. Windows color (decimal): -284531 or 9283835. OLE color: 9283835.

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

Color convert

RGB251168141-
CMYK00.330.440.02
HSL14.73º93.22%76.86%-
HSV(B)14.73º43.82%98.43%-
XYZ58.5950.4431.85-
YUV189.74100.5171.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 141 (55.47% from 255) = 25.18%
R=44.82%
G=30%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116814100.330.440.0214.7393.2276.86
HexFBA88D0212C2f5d4d
Octal37325021504154217135115
Binary111110111010100010001101010000110110010111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA88D; }

 p { color: rgb(251,168,141); }

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

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

 a { background-color: rgb(251,168,141); }

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

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

 span { border-color: rgb(251,168,141); }

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