#FBA48E

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

Shades of Rose Bud #FBA48E

Tints of Rose Bud #FBA48E

Color information

#FBA48E (or 0xFBA48E) is unknown color: approx Rose Bud. HEX triplet: FB, A4 and 8E. RGB value is (251,164,142). Sum of RGB (Red+Green+Blue) = 251+164+142=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA48E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA48E is #045B71. Grayscale: #BBBBBB. Windows color (decimal): -285554 or 9348347. OLE color: 9348347.

HSL color Cylindrical-coordinate representation of color #FBA48E: hue angle of 12.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 #FBA48E is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB251164142-
CMYK00.350.430.02
HSL12.11º93.16%77.06%-
HSV(B)12.11º43.43%98.43%-
XYZ57.9449.0132-
YUV187.5102.32173.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 142 (55.86% from 255) = 25.49%
R=45.06%
G=29.44%
B=25.49%

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
Decimal25116414200.350.430.0212.1193.1677.06
HexFBA48E0232B2c5d4d
Octal37324421604353214135115
Binary111110111010010010001110010001110101110110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA48E; }

 p { color: rgb(251,164,142); }

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

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

 a { background-color: rgb(251,164,142); }

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

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

 span { border-color: rgb(251,164,142); }

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